OnElementStopSync: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
{{Server event}}
{{Server event}}
{{Warning|In 1.1.x, Destroying the source of this event could crash the server!}}
{{Warning|In 1.1.x, Destroying the source of this event could crash the server!}}
{{Needs Example}}


This event is triggered when an element is no longer synced by a player.
This event is triggered when an element is no longer synced by a player.
Line 21: Line 22:


{{See also/Server event|Element events}}
{{See also/Server event|Element events}}
[[Category:Needs_Example]]

Revision as of 08:53, 17 November 2011

[[|link=|]] Warning: In 1.1.x, Destroying the source of this event could crash the server!
Accessories-text-editor.png Script Example Missing Event OnElementStopSync needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.


This event is triggered when an element is no longer synced by a player.

Parameters

player oldSyncer
  • oldSyncer: player element representing the last player who was syncing the element

Source

The source of this event is the element which is no longer synced by a player.

Example

-- TODO

See Also

Element events


Event functions