OnClientBrowserLoadingFailed: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client event}} {{New feature/item|3.0150|1.5|| The event is triggered when the browser can not load the page. }} ==Parameters== <syntaxhighlight lang="lua"> string url, int err...")
(No difference)

Revision as of 12:12, 28 April 2015

The event is triggered when the browser can not load the page.

Parameters

string url, int errorCode, string errorDescription
  • url:
  • errorCode:
  • errorDescription:

Source

.......

Example

TODO

See Also