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).
- 14:50, 8 May 2020 Mex talk contribs created page resource.isReady (Created page with "{{ScriptItem |endpoint = client |type = method |class = Resource |name = isReady |parameters = void |returnTypes = bool |returnInfo = <code>bool true</code> if the resource is...")
- 14:48, 8 May 2020 Mex talk contribs created page snow.force (Created page with "{{ScriptItem |endpoint = client |type = function |name = snow.force |usage = set whether snow is forced enabled |parameters = bool forceEnabled |parameter1 = bool forceEnabled...")
- 14:46, 8 May 2020 Mex talk contribs created page snow.enabled (Created page with "{{ScriptItem |endpoint = client |type = variable |name = snow.enabled |returnTypes = bool |usage = fetch or set the enabled status of snow |returnInfo = a boolean, representin...")
- 07:50, 8 May 2020 Mex talk contribs created page gta.hasSeenTimerHelp (Created page with "{{ScriptItem |endpoint = client |type = variable |games = iii |name = gta.hasSeenTimerHelp |returnTypes = bool |returnInfo = Whether the local player has seen the timer help |...")
- 07:46, 8 May 2020 Mex talk contribs created page gta.startCountdownTimer (Created page with "{{ScriptItem |endpoint = client |type = function |games = iii |name = gta.startCountdownTimer |parameters = int time, bool showHelp |parameter1 = int time The duration of the...")
- 19:53, 7 May 2020 Mex talk contribs created page gta.showHelpBox (Created page with "{{ScriptItem |endpoint = client |type = function |name = gta.showHelpBox |usage = show a help box with a message |parameters = string message |parameter1 = string message The...")
- 19:52, 7 May 2020 Mex talk contribs created page gta.setGangWeapons (Created page with "{{ScriptItem |endpoint = client |type = function |name = gta.setGangWeapons |usage = set the weapons used by a gang |parameters = int gangId, int primaryWeaponId, int secondar...")
- 19:50, 7 May 2020 Mex talk contribs created page gta.setSurfaceTraction (Created page with "{{ScriptItem |endpoint = client |type = function |games = iii |name = gta.setSurfaceTraction |usage = set the surface traction for a surface |parameters = int surface, float t...")
- 19:48, 7 May 2020 Mex talk contribs created page gta.getSurfaceTraction (Created page with "{{ScriptItem |endpoint = client |type = function |games = iii |name = gta.getSurfaceTraction |usage = fetch the surface traction for a surface |parameters = int surface |param...")
- 18:50, 7 May 2020 Mex talk contribs created page getWeaponPickupPrice (Created page with "{{ScriptItem |endpoint = client |type = function |name = getWeaponPickupPrice |usage = get the price required for a weapon pickup |parameters = int weaponId |parameter1 = int...")
- 18:49, 7 May 2020 Mex talk contribs created page setWeaponPickupPrice (Created page with "{{ScriptItem |endpoint = client |type = function |name = setWeaponPickupPrice |usage = set the price required for a weapon pickup |parameters = int weaponId, int price |parame...")
- 18:46, 7 May 2020 Mex talk contribs created page pickup.modelIndex (Created page with "{{ScriptItem |endpoint = client |type = property |class = Pickup |name = modelIndex |readonly = true |returnTypes = int |usage = fetch the model index for a pickup |returnInfo...")
- 18:45, 7 May 2020 Mex talk contribs created page pickup.pickupType (Created page with "{{ScriptItem |endpoint = client |type = property |class = Pickup |name = pickupType |readonly = false |returnTypes = int |usage = fetch or set the pickup type for a pickup |re...")
- 18:45, 7 May 2020 Mex talk contribs created page pickup.quantity (Created page with "{{ScriptItem |endpoint = client |type = property |class = Pickup |name = quantity |readonly = false |returnTypes = int |usage = fetch or set the quantity value for a pickup |r...")
- 18:42, 7 May 2020 Mex talk contribs created page ped.setSeek (Created page with "{{ScriptItem |endpoint = client |games = iii |type = method |class = Ped |name = setSeek |parameters = Ped ped, Vec3 position, float distance |parameter1 = Ped ped The ped to...")
- 18:39, 7 May 2020 Mex talk contribs created page ped.setWaitState (Created page with "{{ScriptItem |endpoint = client |games = iii |type = method |class = Ped |name = setWaitState |parameters = Ped ped, int waitState |parameter1 = Ped ped The ped to set the wai...")
- 18:36, 7 May 2020 Mex talk contribs created page ped.waitState (Created page with "{{ScriptItem |endpoint = client |games = iii |type = property |class = Ped |name = waitState |readonly = true |returnTypes = int |usage = get this entity's wait state |returnI...")
- 18:36, 7 May 2020 Mex talk contribs created page ped.state (Created page with "{{ScriptItem |endpoint = client |games = iii |type = property |class = Ped |name = state |readonly = true |returnTypes = int |usage = get this entity's state |returnInfo = the...")
- 18:35, 7 May 2020 Mex talk contribs created page ped.objective (Created page with "{{ScriptItem |endpoint = client |games = iii |type = property |class = Ped |name = objective |readonly = true |returnTypes = int |usage = get this entity's objective ID |retur...")
- 11:36, 7 May 2020 Mex talk contribs created page inPoly (Created page with "{{ScriptItem |endpoint = shared |type = function |name = inPoly |parameters = Vec2 testPoint, Vec2 polygonPoint1, Vec2 polygonPoint2, Vec2 polygonPoint3, [ ... ] |parameter1 =...")
- 10:31, 7 May 2020 Mex talk contribs created page triggerPeerNetworkEvent (Created page with "{{ScriptItem |endpoint = client |type = function |name = triggerPeerNetworkEvent |usage = trigger a custom peer to peer network event |parameters = string networkEventName, nu...")
- 10:26, 7 May 2020 Mex talk contribs created page ped.maxHealth (Created page with "{{ScriptItem |endpoint = client |games = vc,sa |type = property |class = Ped |name = maxHealth |readonly = true |returnTypes = int |usage = get this ped's max health |returnIn...")
- 10:24, 7 May 2020 Mex talk contribs created page ped.contactEntityOffset (Created page with "{{ScriptItem |endpoint = client |type = property |class = Ped |name = contactEntityOffset |readonly = true |returnTypes = Vec3 |usage = get this ped's contact entity offset |r...")
- 10:22, 7 May 2020 Mex talk contribs created page ped.contactEntity (Created page with "{{ScriptItem |endpoint = client |type = property |class = Ped |name = contactEntity |readonly = true |returnTypes = Entity |usage = get this ped's contact entity |returnInfo =...")
- 10:20, 7 May 2020 Mex talk contribs created page ped.bleeding (Created page with "{{ScriptItem |endpoint = client |type = property |class = Ped |name = bleeding |readonly = false |returnTypes = bool |usage = get/set this ped's bleeding status |returnInfo =...")
- 20:45, 6 May 2020 Mex talk contribs created page OnPlayerCommand (Created page with "{{ScriptItem |endpoint = server |type = event |name = onPlayerCommand |usage = a player submits a chat command.<br>A command starts with a forward slash (the command character...")
- 19:58, 6 May 2020 Mex talk contribs created page Template:Client/Functions/Snow (Created page with "snow.addFlakes<br> snow.clearFlakes<br> snow.confetti<br> snow.enabled<br> snow.force...")
- 19:39, 6 May 2020 Mex talk contribs created page Template:Client/Functions/GroundSnow (Created page with "groundSnow.clearModelExclusions<br> groundSnow.excludeModel<br> groundSnow.flush<br>")
- 19:22, 6 May 2020 Mex talk contribs created page Template:Server/Events/Command (Created page with "OnPlayerCommand<br>")
- 15:07, 6 May 2020 Jack9267 talk contribs changed group membership for Vortrex from interface administrator to (none)
- 15:07, 6 May 2020 Jack9267 talk contribs changed group membership for Vortrex from interface administrator and moderator to interface administrator
- 19:31, 15 April 2020 Vortrex talk contribs created page Template:SupportedGames (Created page with "== Supported Games == ==== Grand Theft Auto III ==== For GTA III, only US 1.0 and US 1.1 are supported. The steam version and other international versions are ''not'' supporte...")
- 19:17, 15 April 2020 Vortrex talk contribs created page SupportedGames (Created page with "{{DISPLAYTITLE:Supported Games}} {{SupportedGames}}")
- 23:12, 29 February 2020 Vortrex talk contribs created page Resources/GTAVC/Islands (Created page with "{{DISPLAYTITLE:GTA Vice City - Islands}} Used with gta.setIslands {{Resources/GTAVC/Islands}}")
- 23:11, 29 February 2020 Vortrex talk contribs created page Template:Resources/GTAVC/Islands (Created page with "{| class="wikitable sortable" !style="text-align: left; width: 400px;" | Name !style="text-align: left" | Define !style="text-align: left" | ID |- |Generic |0 |ISLAND_GENERIC...")
- 23:07, 29 February 2020 Vortrex talk contribs created page Resources/GTA3/Islands (Created page with "{{DISPLAYNAME:GTA III - Islands}} Used with gta.setIslands {{Resources/GTA3/Islands}}")
- 23:06, 29 February 2020 Vortrex talk contribs created page Template:Resources/GTA3/Islands (Created page with "Please note that the "generic" island is not used with gta.setIslands function {| class="wikitable sortable" !style="text-align: left" | Name !style="text-a...")
- 16:50, 24 January 2020 Jack9267 talk contribs deleted page User:RosalynHolcomb3 (Spam: content was: "golden goose" style="max-width:450px;float:left;padding:10px 10px 10px 0px;border:0px;">Lady Milner is each na...", and the only contributor was "RosalynHolcomb3" (talk))
- 16:48, 24 January 2020 Jack9267 talk contribs deleted page User:SilasVej902197 (Spam: content was: "The mention of usually the writer is just Cody although it is ordinarily not his birth reputation. For years this...", and the only contributor was "SilasVej902197" (talk))
- 16:48, 24 January 2020 Jack9267 talk contribs deleted page User:Katherine4631 (Spam: content was: "Eliana Gillispie is the name that she loves towards be labelled with but unfortunately it's as opposed to the a good...", and the only contributor was "Katherine4631" (talk))
- 16:48, 24 January 2020 Jack9267 talk contribs deleted page User:AimeeFreame348 (Spam: content was: "The appoint of the exact writer is without a doubt Joshua also he quite digs through which name. Booking holidays...", and the only contributor was "AimeeFreame348" (talk))
- 16:48, 24 January 2020 Jack9267 talk contribs deleted page User:WillianPetrie (Spam: content was: "The mention of all writer might be Cody. I currently am located in Alabama. To play croquet is a little he may well...", and the only contributor was "WillianPetrie" (talk))
- 16:46, 24 January 2020 Jack9267 talk contribs changed block settings for RosalynHolcomb3 talk with an expiration time of indefinite (account creation disabled, autoblock disabled, email disabled, cannot edit own talk page) (Spamming links to external sites)
- 16:45, 24 January 2020 Jack9267 talk contribs blocked RosalynHolcomb3 talk with an expiration time of indefinite (account creation disabled, autoblock disabled) (Spamming links to external sites)
- 13:51, 24 January 2020 User account Kewun talk contribs was created
- 13:46, 24 January 2020 Vortrex talk contribs blocked SilasVej902197 talk with an expiration time of indefinite (account creation disabled, email disabled, cannot edit own talk page) (Inserting nonsense/gibberish into pages: Spambot)
- 13:45, 24 January 2020 Vortrex talk contribs blocked Katherine4631 talk with an expiration time of indefinite (account creation disabled, email disabled, cannot edit own talk page) (Inserting nonsense/gibberish into pages: Spambot)
- 13:45, 24 January 2020 Vortrex talk contribs blocked AimeeFreame348 talk with an expiration time of indefinite (account creation disabled, email disabled, cannot edit own talk page) (Inserting nonsense/gibberish into pages: Spambot)
- 13:45, 24 January 2020 Vortrex talk contribs blocked WillianPetrie talk with an expiration time of indefinite (account creation disabled, email disabled, cannot edit own talk page) (Inserting nonsense/gibberish into pages: Spambot)
- 06:06, 24 January 2020 Jack9267 talk contribs changed group membership for Mex from interface administrator to interface administrator and moderator