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)
- 11:43, 23 February 2026 PerikiyoXD talk contribs created page MinimalResourceSkeleton (Created page with "{{DISPLAYTITLE:MinimalResourceSkeleton}} = Minimal Resource Skeleton = This page provides the smallest functional scripted resource required to: * Handle a player joining the server * Spawn the player at a fixed position * Fade in the camera * Log basic server-side activity This is intended as a starting point for custom game modes. == Purpose == When building a custom server mode, you must: * Create a player element * Spawn the player * Fade in the camera * Handl...")
- 03:40, 20 February 2026 PerikiyoXD talk contribs created page meta.xml (Easy redirect by keyword "meta.xml") Tag: New redirect
- 16:10, 2 February 2026 Vortrex talk contribs created page Resources/GTAIV/Events (Created page with "0 - REQUEST_CONTROL_EVENT 1 - GIVE_CONTROL_EVENT 2 - OBJECT_ID_FREED_EVENT 3 - WEAPON_DAMAGE_EVENT 4 - REQUEST_PICKUP_EVENT 5 - GAME_CLOCK_AND_WEATHER_EVENT 6 - RESURRECT_PLAYER_EVENT 7 - RESURRECTED_LOCAL_PLAYER_EVENT 8 - GIVE_WEAPON_EVENT 9 - REMOVE_WEAPON_EVENT 10 - REMOVE_ALL_WEAPONS_EVENT 11 - VEHICLE_COMPONENT_CONTROL_EVENT 12 - REQUEST_FIRE_EVENT 13 - START_FIRE_EVENT 14 - REQUEST_EXPLOSION_EVENT 15 - START_EXPLOSION_EVENT 16 - START_PROJECTILE_EVENT 17 - SESSION_...")