Hello
Code:
public plugin_init()
{ ...
enable = register_cvar("st_match","1");
...}
in a public(), i'm having to change it to 0 by " server_cmd( "st_match 0"); ".
if i write " enable = 0; ", it crashes the server.
How do i change it to 0 without going through server_cmd?
Thanks