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).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 05:34, 5 September 2025 Vortrex talk contribs created page ScriptingExamples/PedAttackPlayer (Created page with "For GTA III, Vice City, and San Andreas you can use natives or the GTAC functions to set a ped to consider something as a threat, and the ped will target/attack it.<br> {{JSCode|1= ped.setThreatSearch(1); // To make the ped target the player ped.heedThreats = true; // To enable attacking threats }} == Notes == * A list of ped [https://wiki.gtaconnected.com/Defines/III#GTA_III_-_Threat_Defines threat types for GTA 3]. Vice City threats aren't documented, but they're the...")
  • 08:50, 1 September 2025 Vortrex talk contribs created page Template:InlineCode (Created page with "<code>code</code>")
  • 08:23, 1 September 2025 Vortrex talk contribs created page NetworkEvents (Created page with "{{DISPLAYTITLE:Network Events}} == What are Network Events? == Custom scripted events between server and client. They allow a server to tell a client something and vice verse. Useful for providing extra sync, calling functions, or simply sending data between the server and clients. == How do I use them? == Network events are universal, regardless of which side is sending and receiving (server or client). On the "sender" side, use triggerNetworkEvent|triggerNetworkEve...")
  • 08:22, 1 September 2025 Vortrex talk contribs created page ScriptingExamples/PlayerSetPositionNativeMP (Created page with "{{DISPLAYTITLE:Set Player Position (GTA IV, Native MP Mode}} == Description == This code sets the position for a player in GTA IV NativeMultiplayer|native MP mode}}. This is necessary because in native MP mode, the server is '''not''' aware of '''ANY''' game elements, including player peds. The server will need to tell a client to set it's own player ped's position. Note: This is not necessary if you're not using native MP mode, or are running the server for another g...")
  • 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)
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)