31.03.2014, 22:29
One very important thing you are overlooking is that text also contains the command itself; ZCMD's params doesn't. You could probably solve this with a quiet specifier.
Oh, you also forget to send the message if the playerid is invalid, which is probably why nothing happens.
pawn Код:
sscanf(text,"{s[10]}us[50]",ID,reason)