08.11.2012, 22:15
In which command it gives you sscanf warnings?
Be sure you added cell size at strings, like:
Maybe the message is more longer than 128 cells and you need to increase it.
Also, make sure the params lenght are set in the CORRECT cell size, like this:
#Edit: Fixed abit.
Be sure you added cell size at strings, like:
pawn Код:
new string[128];
Also, make sure the params lenght are set in the CORRECT cell size, like this:
pawn Код:
if(sscanf(params, "s[130]", text))