24.07.2014, 20:57
You have a global variable called "string" in your gamemode / filterscript.
And sscanf has a local variable called "string", so they mix up.
Rename your variable to something else, maybe "gstring"
And sscanf has a local variable called "string", so they mix up.
Rename your variable to something else, maybe "gstring"