12.11.2011, 15:51
All you need is a few variables. I'll list them:
Save the players position and then do something like:
- One determining if the player owns a TV
- One determining if they are in their house
- One determining if someone is live on the air (used /news or /broadcast)
- One determining the player ID of the person using /news or /broadcast)
Save the players position and then do something like:
pawn Код:
TogglePlayerSpectating(playerid, 1);
PlayerSpectatePlayer(playerid, newsperson, SPECTATE_MODE_NORMAL);