05.01.2012, 13:50
Are you using
?
If you're using sscanf that is...If you're using something else please post it
pawn Код:
new id, reason[64];
if(sscanf(params, "us[64]", id, reason)) return SendClientMessage(playerid, 0xCC0000AA, "USAGE: /ban <playerid/partofname> <reason>");
If you're using sscanf that is...If you're using something else please post it
