Why I have this problem? And how I can fix it?
While I set cvar string, server shuts down. Not problem with register_cvar but there is a problem with create_cvar and bind_pcvar_string
PHP Code:
new pcvar = create_cvar("amx_nextmap", "");
bind_pcvar_string(pcvar, amx_nextmap, charsmax(amx_nextmap));
new text[186];
format(text, 185, "blabla");
set_cvar_string(amx_nextmap, text);