OnClientPlayerJoin: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Fixed description, added source info, removed example: won't work as expected until #2570)
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Client event}}
{{Client event}}
This event is triggered when a [[player]] joins a server.
This event is triggered when a [[player]] joins a server. It is triggered for all players other than the local player.


==Parameters==
==Parameters==
Line 7: Line 7:


==Source==
==Source==
The [[event system#Event source|source]] of this event is the [[element]] that...
The [[event system#Event source|source]] of this event is the [[player]] that joined the server.


==Example==
==Example==
[[Category:Needs Example]]
[[Category:Needs Example]]

Revision as of 08:12, 1 October 2007

This event is triggered when a player joins a server. It is triggered for all players other than the local player.

Parameters

None

Source

The source of this event is the player that joined the server.

Example