OnAccountDataChange

From Multi Theft Auto: Wiki
Revision as of 20:51, 17 August 2011 by Arran Fortuna (talk | contribs) (Created page with "__NOTOC__ {{Server event}} This event is triggered when an accounts data changes through setAccountData ==Parameters== <syntaxhighlight lang="lua"> account theAccount, string theKey, var t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This event is triggered when an accounts data changes through setAccountData

Parameters

account theAccount, string theKey, var theValue
  • theAccount: The account getting its data changed
  • theKey: The key that is being changed
  • theValue: The value it is changing to

Source

The source of this event is the root element.

Example

-- TO DO

See Also

Server events


Event functions