HU/Elemento Player: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ The player class represents pedestrians controlled by clients. A player object is created when a client connects to the server and destroyed when he quits. Players c...")
 
No edit summary
Line 11: Line 11:
[[Category:Element Types]]
[[Category:Element Types]]


[[en:Elemento Player]]
[[EN:Elemento Player]]
[[it:Elemento Player]]
[[it:Elemento Player]]
[[ru:Element/Player]]
[[ru:Element/Player]]

Revision as of 12:39, 19 July 2018

The player class represents pedestrians controlled by clients. A player object is created when a client connects to the server and destroyed when he quits. Players cannot be created or destroyed otherwise.

The element type of this class is "player".

Related scripting functions

Client


Server