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).
- 15:49, 1 June 2026 PerikiyoXD talk contribs created page Client/Natives/IV/1.7.20 (Created page with "__FORCETOC__ {{DISPLAYTITLE:GTA IV - Native Functions}} This is a list of all GTA IV natives that are supported in GTAC client-side scripting.<br> == Game Natives == natives.abortAllGarageActivity(void) : unknownType<br> natives.abortScriptedConversation(bool abort) : int<br> natives.absf(float value) : float<br> natives.absi(float value) : float<br> natives.acos...")
- 18:38, 28 May 2026 PerikiyoXD talk contribs created page Template:Italic (Created page with "<i>{{{1}}}</i><noinclude> == Usage == Wraps text in italics. Useful inside table cells and other contexts where wiki apostrophe markup (<code>''text''</code>) can sometimes conflict with table syntax or parser functions. === Syntax === <pre>{{Italic|Your text here}}</pre> === Example === <pre>{{Italic|See DowngradingIV for details.}}</pre> Renders as: ''See DowngradingIV for details.'' Category:Templates Category:Formatting Templates </noinclude>")
- 18:37, 28 May 2026 PerikiyoXD talk contribs created page Template:Ambox (Created page with "<div class="ambox" style=" display: flex; align-items: flex-start; gap: 12px; margin: 12px 0; padding: 10px 14px; border: 1px solid {{#switch:{{{type|}}} | warning = #f0a500 | error = #cc3333 | notice = #3680b0 | success = #3a7d44 | #a2a9b1 }}; border-left-width: 5px; background-color: {{#switch:{{{type|}}} | warning = #fef9ed | error = #fff0f0 | notice = #eaf3fb | success = #f0faf1 | #f8f9...")
- 18:37, 28 May 2026 PerikiyoXD talk contribs created page Template:Hatnote (Created page with "<div class="hatnote" style=" margin: 0 0 10px 1.6em; padding: 4px 0; color: #555; font-style: italic; font-size: 0.95em; border-left: 3px solid #a2a9b1; padding-left: 0.8em; ">{{{1}}}</div><noinclude> == Usage == Displays a small italicised navigational note at the top of a section or page, typically used to point readers to related articles. === Syntax === <pre>{{Hatnote|Your note text here, e.g. See OtherPage for details.}}</pre> === Example === <pr...")
- 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 uploaded File:Crash-Window-IMG10.png
- 02:29, 6 April 2026 PerikiyoXD talk contribs created page File:Crash-Window-IMG10.png
- 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:13, 3 July 2022 PerikiyoXD talk contribs created page Template:ScriptingEntry (Created page with "<code>Type: {{{type}}}</code> <code>Side: {{{side}}}</code> <code>Game: {{{game}}}</code>")
- 16:10, 3 July 2022 PerikiyoXD talk contribs created page TestEntry (Created page with "Test! {{ScriptingEntry |side = client |type = property |class = Physical |name = turnVelocity |readonly = false |returnTypes = Vec3 |usage = fetch or set the turn velocity fo...")
- 20:53, 16 June 2022 PerikiyoXD talk contribs created page Scripting tips (Created page with "== An element dissapears if I go too far! (Blips, Cars...) == Sometimes you want to sync an element all the time. Check netFlags.distanceStreaming to toggle straming by di...")
- 18:43, 18 February 2022 PerikiyoXD talk contribs created page User:PerikiyoXD (Created blank page)
- 01:54, 25 March 2021 PerikiyoXD talk contribs created page Format Tags (Created page with "Format Tags: * <code>[#113355]</code> - RGB Hex Color tag - Changes text color to the right * <code>[#11335577]</code> - RGBA Hex Color tag - Changes text color and transpare...")
- 00:57, 18 December 2020 PerikiyoXD talk contribs created page Template:Side (Created page with "{{#if: {{{client|}}}|<span><div style="float:left;font-family:monospace;padding:3px;margin:3px;background-color:blue;color:white;border-radius:5px">Client</div></span>|}} {{#i...")