stock CreateConVarLinked(String:cvar[],String:value[],String

escription[],&linkedvariable);
don't care about the other args cuz most people dont use them
the cvar handle will be used to link and never returned to the caller, it essentially is a memory leak, but cvar handles are never destroyed anyway
__________________