All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:32, 2 June 2026 Basinger talk contribs created page User:Basinger (Created page with "I'm exist!")
- 18:06, 11 February 2026 Shr0x talk contribs created page System::connectToServer (Created page with "{{ClientsideJsFunction}} {{JSContainer| === Required Params === *'''ip:''' {{RageType|string}} *'''port:''' {{RageType|number}} *'''sessionData:''' {{RageType|string}} (Optional) === Return value === *''' {{RageType|void}} ''' == Syntax == <syntaxhighlight lang="javascript"> mp.system.connectToServer(ip, port, sessionData); </syntaxhighlight> == Example == <syntaxhighlight lang="javascript"> mp.system.connectToServer("127.0.0.1", 22005, "playerAuthToken"); </syntaxhi...")
- 18:04, 11 February 2026 Shr0x talk contribs created page System::setConnectableServers (Created page with "{{ClientsideJsFunction}} {{JSContainer| === Required Params === *'''serverIps:''' {{RageType|Array<string>}} === Return value === *''' {{RageType|void}} ''' == Syntax == <syntaxhighlight lang="javascript"> mp.system.setConnectableServers(serverIps); </syntaxhighlight> == Example == <syntaxhighlight lang="javascript"> mp.system.setConnectableServers(["127.0.0.1", "192.168.1.10"]); </syntaxhighlight> == Notes == * Can only be called once during script initialization....")