OnClientBrowserWhitelistChange

From Multi Theft Auto: Wiki
Revision as of 22:24, 2 April 2018 by Myonlake (talk | contribs)
Jump to navigation Jump to search

Accessories-text-editor.png Script Example Missing Event OnClientBrowserWhitelistChange needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.

The event is triggered when the whitelist has changed. Note that this event is only triggered if the request window was confirmed by accepting.

Parameters

table changedDomains
  • changedDomains: a table of changed domains.

Source

The browser element.

Example

TODO

See Also