User:Erorr404/My Resources/Spectator Documentation
From Multi Theft Auto: Wiki
Adding a spectator forces the player to spectate living players, if any. It is typically used after a player dies. Removing a spectator forces the player out of spectator mode, and is usually called when the player becomes alive again.
nil addSpectator ( player theSpectator, team theTeam ) nil removeSpectator ( player theSpectator ) bool isSpectator ( player theSpectator )