Quote:
Originally Posted by teame06
If you did server_print("My pCvar Value: %d", get_pcvar_num(the_pcvar)); It will show you the correct value.
|
For some odd reason it doesn't work:
PHP Code:
set_pcvar_num(the_pcvar, 1)
server_print("the_cvar: %d", get_pcvar_num(the_cvar))
EDIT: nvm I've found a workaround. Thanks