30.09.2012, 11:51
reason has to be a string. use
and replace the z with an s in your sscanf line..
pawn Код:
new string[64];
pawn Код:
if(sscanf(params, "us", ID, reason))