All public logs
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).
- 09:18, 9 August 2025 Vortrex talk contribs created page SteamDeck (Created page with "{{DISPLAYTITLE:GTA Connected on Steam Deck}} == Prerequisites == * [https://usebottles.com/download/ Bottles] == Setup Instructions == * Since Bottles is a Flatpak, you'll need to run a simple one-liner in a terminal to grant it filesystem access:<br> <code>flatpak --user override com.usebottles.bottles --filesystem=host</code><br><br> * If you're using an SD card or any other (external storage), additional lines are needed per device:<br> <code>flatpak --user overrid...")
- 05:33, 23 July 2025 Vortrex talk contribs created page Template:ScriptingLanguages (Created page with "{{DISPLAYTITLE:Supported Scripting Languages}} There are currently three scripting languages that GTA Connected supports: JavaScript, Lua, and Squirrel.<br> Multiple scripting languages can be used in the same server/client instance, and even in the same resource. == Meta.xml Language Attribute == In a resource's meta.xml, each <script> entry needs a language attribute. The table below shows the accepted values: {| class="wikitable" |- ! Full Name !! Attribute Name |-...")
- 05:33, 23 July 2025 Vortrex talk contribs created page ScriptingLanguages (Created page with "{{DISPLAYTITLE:Supported Scripting Languages}} There are currently three scripting languages that GTA Connected supports: JavaScript, Lua, and Squirrel.<br> Multiple scripting languages can be used in the same server/client instance, and even in the same resource. == Meta.xml Language Attribute == In a resource's meta.xml, each <script> entry needs a language attribute. The table below shows the accepted values: {| class="wikitable" |- ! Full Name !! Attribute Name |-...")
- 05:33, 23 July 2025 Vortrex talk contribs deleted page Template:ScriptingLanguages (content was: "{{DISPLAYTITLE:Supported Scripting Languages}} There are currently three scripting languages that GTA Connected supports: JavaScript, Lua, and Squirrel.<br> Multiple scripting languages can be used in the same server/client instance, and even in the same resource. == Meta.xml Language Attribute == In a resource's meta.xml, each <script> entry needs a language attribute. The...", and the only contributor was "Vortrex" (talk))
- 05:32, 23 July 2025 Vortrex talk contribs created page Template:ScriptingLanguages (Created page with "{{DISPLAYTITLE:Supported Scripting Languages}} There are currently three scripting languages that GTA Connected supports: JavaScript, Lua, and Squirrel. Multiple scripting languages can be used in the same server/client instance, and even in the same resource. == Meta.xml Language Attribute == In a resource's meta.xml, each <script> entry needs a language attribute. The table below shows the accepted values: {| class="wikitable" |- ! Full Name !! Attribute Name |- | Ja...")
- 00:22, 22 July 2025 Vortrex talk contribs created page File:GTAIV Logo Large.webp
- 00:22, 22 July 2025 Vortrex talk contribs uploaded File:GTAIV Logo Large.webp
- 16:17, 20 July 2025 Vortrex talk contribs created page ServerFAQ (Created page with "{{DISPLAYTITLE:Server FAQ}} {{AlertInformationBox|This FAQ is for the server only. For the player/client FAQ, click here}} <br><br> ==Why does my server say "Failed to ping the server"?== Before adding your server to the list, the masterlist server will try to connect to it first. If the masterlist can't connect to your server, then other players won't be able to connect to it either. To fix this, if you're hosting at home you might need to open ports on your rou...")
- 15:13, 20 July 2025 Vortrex talk contribs created page Template:AlertInformationBox (Created page with "{{#tag:code|{{{1|undocumented-information}}}|id={{{id|unknownendpoint}}}|style=border: 1px solid black; background-color: {{{colour|rgba(230,230,0,0.35)}}}; padding: 5px;}}")
- 01:07, 19 July 2025 Vortrex talk contribs created page binkw132.dll (Created page with "File:binkw32.dll")
- 23:31, 18 July 2025 User account Wizzwow talk contribs was created by Vortrex talk contribs and password was sent by email (Edit wiki)
- 05:02, 15 April 2025 Vortrex talk contribs created page element.syncerId (Created page with "{{ScriptItem |endpoint = shared |type = property |class = Element |name = syncer |returnTypes = int |readonly = cs |usage = fetch the ID of the client who is syncing the element. |returnInfo = a client ID representing the client responsible for syncing the element |notes = The syncer of an element controls synchronization of the element, whilst the owner of an element controls whether the element exists for other players }}")
- 05:00, 15 April 2025 Vortrex talk contribs created page chatWindowEnabled (Created page with "{{ScriptItem |endpoint = client |type = variable |name = chatWindowEnabled |usage = get whether the chat window is enabled |readonly = true |returnTypes = Client |returnInfo = a bool indicating whether the chat window is enabled (if disabled, GTAC chat is hidden) |notes = This is for GTAC chatbox. It does NOT apply to GTA IV's built-in chat. }}")
- 04:59, 15 April 2025 Vortrex talk contribs created page chatInputEnabled (Created page with "{{ScriptItem |endpoint = client |type = variable |name = chatInputEnabled |usage = get whether the chat input (able to type) is enabled |readonly = true |returnTypes = Client |returnInfo = a bool indicating whether the local player has chat input enabled, meaning they can type a message/command }}")
- 02:52, 12 April 2025 Stepbro talk contribs created page physical.affectedByGravity (Adding information and trying to learn the current standard as to how information should be displayed/represented on the wiki.)
- 02:30, 5 April 2025 User account Stepbro talk contribs was created by Vortrex talk contribs and password was sent by email (Another contributor - @stepbronator)
- 22:45, 21 January 2025 MaveriX talk contribs created page DXVK (Created page with "https://www.youtube.com/watch?v=jCVES4bx_O8")
- 07:07, 17 December 2024 Vortrex talk contribs created page natives.taskCarDriveToCoord (Created page with "{{DISPLAYTITLE:natives.taskCarDriveToCoord}} {{ScriptItem |endpoint = client |games = iv |type = function |name = natives.taskCarDriveToCoord |usage = make the vehicle randomly drive around using internal game path data. |parameters = Ped ped, Vehicle vehicle, float x, float y, float z, float driveSpeed, int driveFlag, 0 (or model hash), int driveStyle, float stopDist, -1) |parameter1 = Ped ped The Ped to drive the Vehicle. |parameter2 = Vehicle vehicle The Vehicle to dr...")
- 02:53, 22 September 2024 Vortrex talk contribs created page element.isCreatedFor (Created page with "{{ScriptItem2 |name = isCreatedFor |side = server |type = method |class = Element |games = iii vc sa iv |desc = returns whether or not the element exists for a client |return = bool whether or not the element exists for the client |freturn = void }}")
- 10:18, 1 July 2024 User account B Dawg talk contribs was created by Vortrex talk contribs and password was sent by email (Moderator)
- 03:37, 1 July 2024 Vortrex talk contribs created page NativeMultiplayer (Created page with "{{Native Multiplayer}} '''This page only applies to Grand Theft Auto IV.''' == What is native multiplayer? == Native multiplayer (sometimes referred to as native mp for short) is an alternative server mode for GTA IV. While GTAC (and most other GTA multiplayer mods) provide a sandbox environment and custom-made sync, GTAC also allows the use of "native multiplayer" which is Rockstar's sync, just passed through the server instead of directly peer to peer. == How do I u...")
- 13:06, 29 February 2024 Mex talk contribs created page gta.createPed (Created page with "{{ScriptItem2 |name = gta.createPed |side = shared |type = function |games = iii vc sa iv |desc = create a pedestrian |arg1 = int model The model ID for the ped. |arg2 = [ Vec3 position = new Vec3(0.0, 0.0, 0.0) ] The 3D position for the ped. |return = Ped a ped handle representing the ped that was created |freturn = null n/a }}")
- 12:06, 29 February 2024 Mex talk contribs created page Template:TempScriptItem (temporary page for testing purposes)
- 12:05, 29 February 2024 Mex talk contribs created page Module:TempScriptItem (temporary page for testing purposes)
- 03:14, 26 February 2024 Mex talk contribs created page OnElementStreamOut (Created page with "{{ScriptItem2 |name = onElementStreamOut |side = shared |type = event |games = iii vc sa iv |desc = an element streams out for a client |arg1 = Element element The element that has streamed out for a client. |arg2 = Client client The client that the element has streamed out for. Server-side only. |cancel = true }}")
- 02:28, 26 February 2024 Mex talk contribs created page OnServerStart (Created page with "{{ScriptItem2 |name = onServerStart |side = server |type = event |games = iii vc sa iv |desc = the server starts |cancel = false }}")
- 01:13, 26 February 2024 Jack9267 talk contribs changed group membership for Jack9267 from bureaucrat, moderator and administrator to bureaucrat, moderator, administrator and interface administrator
- 01:12, 26 February 2024 Jack9267 talk contribs changed group membership for Jack9267 from bureaucrat and administrator to bureaucrat, administrator and moderator
- 08:56, 23 February 2024 Vortrex talk contribs unblocked Mex talk contribs (Wants to help with wiki)
- 22:49, 18 February 2024 User account MaveriX talk contribs was created by Jack9267 talk contribs and password was sent by email Tags: Mobile edit Mobile web edit
- 20:31, 10 January 2024 User account Darkitxu84 talk contribs was created by Vortrex talk contribs and password was sent by email
- 06:17, 19 December 2023 Vortrex talk contribs created page groundSnow.defaultExclusions (Created page with "{{ScriptItem |endpoint = client |type = variable |name = groundSnow.defaultExclusions |readonly = false |returnTypes = bool |usage = sets whether ground snow is disabled on the default exclusions |returnInfo = a boolean, representing whether ground snow is disabled on the default exclusions |notes = Default exclusions are models pre-added by the GTA Connected developers to not have ground snow by default. In GTA 3, these include (but is not limited to): under the El-Trai...")
- 23:14, 11 September 2023 Jack9267 talk contribs deleted the user account "EmmaOverby6744" (706)
- 23:14, 11 September 2023 Jack9267 talk contribs merged the user account "EmmaOverby6744" (706) into MexTest1 (713)
- 23:14, 11 September 2023 Jack9267 talk contribs deleted the user account "EdmundoOrlandi2" (607)
- 23:14, 11 September 2023 Jack9267 talk contribs merged the user account "EdmundoOrlandi2" (607) into MexTest1 (713)
- 23:14, 11 September 2023 Jack9267 talk contribs deleted the user account "EarlAnnand57880" (595)
- 23:14, 11 September 2023 Jack9267 talk contribs merged the user account "EarlAnnand57880" (595) into MexTest1 (713)
- 23:14, 11 September 2023 Jack9267 talk contribs deleted the user account "DrFauli" (715)
- 23:14, 11 September 2023 Jack9267 talk contribs merged the user account "DrFauli" (715) into MexTest1 (713)
- 23:14, 11 September 2023 Jack9267 talk contribs deleted the user account "Djebzer" (731)
- 23:14, 11 September 2023 Jack9267 talk contribs merged the user account "Djebzer" (731) into MexTest1 (713)
- 23:13, 11 September 2023 Jack9267 talk contribs deleted the user account "DevonCornejo" (635)
- 23:13, 11 September 2023 Jack9267 talk contribs merged the user account "DevonCornejo" (635) into MexTest1 (713)
- 23:13, 11 September 2023 Jack9267 talk contribs deleted the user account "DesireeHuonDeKer" (691)
- 23:13, 11 September 2023 Jack9267 talk contribs merged the user account "DesireeHuonDeKer" (691) into MexTest1 (713)
- 23:13, 11 September 2023 Jack9267 talk contribs deleted the user account "DennyHardaway" (660)
- 23:13, 11 September 2023 Jack9267 talk contribs merged the user account "DennyHardaway" (660) into MexTest1 (713)
- 23:13, 11 September 2023 Jack9267 talk contribs deleted the user account "DelbertShepard" (672)
- 23:13, 11 September 2023 Jack9267 talk contribs merged the user account "DelbertShepard" (672) into MexTest1 (713)