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 }); }}")