04.12.2012, 18:28
Quote:
One more thing, When I type "/getcar" the
pawn Код:
|
pawn Код:
new num;
if(sscanf(params, "d", num)) return SendClientMessage(playerid, -1, "USAGE: /getcar [1-2]");
if(num != 1 && num != 2) return SendClientMessage(playerid, -1, "USAGE: /getcar [1-2]");
Replace else if(!strcmp(params, "2", true)) to else if(num == 2)