OnElementStopSync

From Multi Theft Auto: Wiki
Revision as of 09:32, 13 November 2011 by Winky- (talk | contribs)
Jump to navigation Jump to search

[[|link=|]] Warning: 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