05.02.2014, 16:38
pawn Код:
if(pid != INVALID_PLAYER_ID)
{
` TogglePlayerSpectating(playerid, 1);
PlayerSpectatePlayer(playerid, pid);
format(string2, sizeof(string2), "You are now speccing %s", PlayerName(playerid));
SCM(playerid, YELLOW, string2);
}