19.06.2012, 08:28
The command only uses one parameter, that is a targetid.
Change
to
u is the userid specifier. That's all you need for this command.
Change
pawn Код:
if(sscanf(params, "uz[6]", targetid)) return SendClientMessage(playerid, COLOR_SYNTAX, "POMOC: /goto [PlayerID/PartOfName]");
pawn Код:
if(sscanf(params, "u", targetid)) return SendClientMessage(playerid, COLOR_SYNTAX, "POMOC: /goto [PlayerID/PartOfName]");