15.06.2014, 00:52
Huh where are you calling the target player which you are gonna spectate? add them in the 2nd line of ur command.
pawn Код:
if(sscanf(params, "u", id)) return SendClientMessage(playerid, COLOR_WHITE, "[Usage]: /spec [playerid]");
if(playerid == id) return SendClientMessage(playerid, COLOR_GREY, "You can't spectate yourself.");