Player: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
The [[player]] class represents a player and should be used to call any scripting functions that involve players. You can get a player object from a named player using [[findPlayer]].
The [[player]] class represents a player and should be used to call any scripting functions that involve players. You can get a player object from a named player using [[getPlayerFromNick]].

Revision as of 17:13, 4 February 2007

The player class represents a player and should be used to call any scripting functions that involve players. You can get a player object from a named player using getPlayerFromNick.