User:Erorr404/My Resources/Spectator Documentation: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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...)
 
(No difference)

Latest revision as of 08:50, 19 December 2008

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 )