15.12.2013, 13:22
It's the one command, if the admin is specatating someone and types it again he stops:
pawn Код:
if(SpectatingPlayer[playerid] != INVALID_PLAYER_ID)
{
set.WasSpectating[playerid]=true;
TogglePlayerSpectating(playerid,false);
SendClientMessage(playerid,ORANGE,"Baigėte prižiūrėjimą!");
SpectatingPlayer[playerid] = INVALID_PLAYER_ID;
return 1;
}