Element/Player: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
(18 intermediate revisions by 11 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
The player class represents pedestrians controlled by clients. This class is created when a client connects to the server and destroyed when he quits. Players cannot be created or destroyed otherwise.
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"'''.
The element type of this class is '''"player"'''.


==Related scripting functions==
==Related scripting functions==
===Client===
{{Client player functions}}
===Server===
{{Player functions}}
{{Player functions}}
[[Category:Element Types]]
[[hu:Element/Player]]
[[it:Elemento Player]]
[[ru:Element/Player]]
[[es:Elemento/Player]]
[[de:Element/Player]]
[[pl:Gracz]]

Revision as of 09:23, 26 October 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