28.10.2013, 12:59
Replace:
With:
EDIT: @Below users: Don't use playerid there (in sscanf) because it will mess it up.
pawn Код:
sscanf(params, "u", playerid); return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /gotoid [playerid]");
pawn Код:
if(sscanf(params, "u", giveplayerid)) return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /gotoid [playerid]");