04.05.2012, 10:33
I don't see the problem.
Maybe when you are using a command that uses sscanf string it doesn't have the string size
recheck all the commands if you find a command that doesn't have string size put on it
the string size i was talking about is something like this
Maybe when you are using a command that uses sscanf string it doesn't have the string size
recheck all the commands if you find a command that doesn't have string size put on it
the string size i was talking about is something like this
pawn Код:
new str[92];
if(sscanf(params, "s[92]", str)) return Fail(playerid);