RequestBrowserDomains

From Multi Theft Auto: Wiki
Revision as of 08:19, 23 September 2014 by Jusonex (talk | contribs) (Created page with "__NOTOC__ {{Client_function}} This function opens a request window in order to accept the requested remote URLs. ==Syntax== <syntaxhighlight lang="lua">bool requestBrowserPages ( table page...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function opens a request window in order to accept the requested remote URLs.

Syntax

bool requestBrowserPages ( table pages )

Required arguments

  • pages: A table containing all domains (without http://)

Returns

Returns true, if the string was successfully read, false otherwise.

Example

Todo

See Also

Todo