CreateConVar
Example
Code that will create a Convar and a chatprint with the content of the convar.
Output: Server ConVar value: 1
Creates a console variable (ConVar), in general these are for things like gamemode/server settings.
This cannot be a name of an engine console command or console variable. It will throw an error if it is. If it is the same name as another lua ConVar, it will return that ConVar object.
Code that will create a Convar and a chatprint with the content of the convar.