19.08.2016, 23:58
Hi, guys, I would like to get codes&pastebin or any download of /spec and /spec off commands.
(Notes: it should be for admin rcon)
(Notes: it should be for admin rcon)
COMMAND:spec(playerid,params[])
{
if(IsPlayerAdmin(playerid))
{
PlayerSpectatePlayer(playerid, otherPlayer);
}
else
{
return SendClientMessage(playerid, -1 "You're not rcon admin!");
}
return 1;
}