System::connectToServer: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 February 2026

  • curprev 18:0618:06, 11 February 2026Shr0x talk contribs 728 bytes +728 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..."