OnElementStopSync

From Multi Theft Auto: Wiki
Revision as of 22:33, 16 June 2010 by Gamesnert (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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