User:Erorr404/My Resources/Spectator Documentation

From Multi Theft Auto: Wiki
< User:Erorr404‎ | My Resources
Revision as of 08:50, 19 December 2008 by Erorr404 (talk | contribs) (New page: 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 usua...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 )