04.03.2014, 10:47
sscanf doesn't equal ZCMD, and other way around. You could use strcmp, and if you have sscanf available, then
pawn Код:
if(sscanf(cmdtext[7], "d", carid)) return SendClientMessageEx(playerid, -1, "/check [carid]");