All public logs
Jump to navigation
Jump to search
Combined display of all available logs of GTA Connected. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:01, 7 April 2026 PerikiyoXD talk contribs created page OnRequestSession (Created page with "{{ScriptItem2 |name = OnRequestSession |side = server |type = event |games = iv |desc = when a client requests a session in GTA IV |arg1 = Client client The client that sent the request |arg2 = Episode integer The episode number requested by the client |cancel = true |ExampleSSJS = addEventHandler("OnRequestSession", (event, client, episode) => { console.log(`${client.name} requested session for episode ${episode}`); }); }}")
- 02:29, 6 April 2026 PerikiyoXD talk contribs created page File:Crash-Window-IMG10.png
- 02:29, 6 April 2026 PerikiyoXD talk contribs uploaded File:Crash-Window-IMG10.png
- 20:15, 20 March 2026 Mex talk contribs created page Template:Client/Functions/RML (Created page with "{{icon-iii}} {{icon-vc}} {{icon-sa}} {{icon-iv}} rml.loadDocument<br><br> {{icon-iii}} {{icon-vc}} {{icon-sa}} {{icon-iv}} RmlDocument.show<br> {{icon-iii}} {{icon-vc}} {{icon-sa}} {{icon-iv}} RmlElement.ownerDocument<br> {{icon-iii}} {{icon-vc}} {{icon-sa}} {{icon-iv}} RmlElement.parentNode<br>")
- 16:56, 4 March 2026 Vortrex talk contribs created page ped.clearAnimations (Created page with "{{ScriptItem |endpoint = client |games = vc sa |type = method |class = Ped |name = clearAnimations |parameters = void |usage = makes the ped stop playing all animations |return1 = void |returnFail1 = void |notes = Play an animation with ped.addAnimation |exampleJSCS = addCommandHandler("stopanim", function(command, params) { localPlayer.clearAnimations(); // GTA Vice City, make your player ped stop using their animations }); }}")
- 16:31, 4 March 2026 Vortrex talk contribs created page ped.addAnimation (Created page with "{{ScriptItem2 |endpoint = client |type = method |class = Ped |name = addAnimation |parameters = Int groupId, Int animId |usage = makes the ped play an animation |return1 = void |returnFail1 = void |notes = More than one animation can be applied, which is why the function is called "add animation" instead of "play animation". This usually leads to undesired results as most animation were not designed to be played together. If you want to reset the current animation(s) to...")
- 13:51, 23 February 2026 PerikiyoXD talk contribs moved page GettingStarted to Servers/GettingStarted (Namespacing)