CreateConVar
ConVar CreateConVar( string name, string value, number flags = FCVAR_NONE, string helptext, number min = nil, number max = nil )
Description
Creates a console variable (ConVar), in general these are for things like gamemode/server settings.
Do not use the FCVAR_NEVER_AS_STRING and FCVAR_REPLICATED flags together, as this can cause the console variable to have strange values on the client.
Arguments
Returns
Page views: 53,461
Updated: This Year
Updated: This Year