OnElementStopSync: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ {{Server event}} This event is triggered when an element is no longer synced by a player. ==Parameters== <syntaxhighlight lang="lua"> player oldSyncer </syntaxhighlight> *'''oldSyncer''': [[p…')
 
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Server event}}
{{Server event}}
<div style="border: 5px dotted black; background: #FF6666;padding:4px;margin-bottom:2px;">'''PLEASE NOTE: In 1.1.x, Destroying the source of this event could crash the server!'''</div>
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.



Revision as of 16:54, 12 November 2011

PLEASE NOTE: In 1.1.x, Destroying the source of this event could crash the server!

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