28.07.2013, 11:40
Just remember that whenever you're using 's' specifier, you need to use the lenght as well.
For example:
becomes:
For example:
pawn Код:
if(sscanf(params,"us",id,reason))
pawn Код:
if(sscanf(params,"us[35]",id,reason))