{"batchcomplete":"","continue":{"lecontinue":"20260223135127|5606","continue":"-||"},"query":{"logevents":[{"logid":5616,"ns":0,"title":"Client/Natives/IV/1.7.20","pageid":4362,"logpage":4362,"params":{},"type":"create","action":"create","user":"PerikiyoXD","timestamp":"2026-06-01T15:49:13Z","comment":"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|natives.abortAllGarageActivity(void) : unknownType]]<br> [[natives.abortScriptedConversation|natives.abortScriptedConversation(bool abort) : int]]<br> [[natives.absf|natives.absf(float value) : float]]<br> [[natives.absi|natives.absi(float value) : float]]<br> natives.acos...\""},{"logid":5615,"ns":10,"title":"Template:Italic","pageid":4361,"logpage":4361,"params":{},"type":"create","action":"create","user":"PerikiyoXD","timestamp":"2026-05-28T18:38:07Z","comment":"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>\""},{"logid":5614,"ns":10,"title":"Template:Ambox","pageid":4360,"logpage":4360,"params":{},"type":"create","action":"create","user":"PerikiyoXD","timestamp":"2026-05-28T18:37:54Z","comment":"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...\""},{"logid":5613,"ns":10,"title":"Template:Hatnote","pageid":4359,"logpage":4359,"params":{},"type":"create","action":"create","user":"PerikiyoXD","timestamp":"2026-05-28T18:37:34Z","comment":"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...\""},{"logid":5612,"ns":0,"title":"OnRequestSession","pageid":4358,"logpage":4358,"params":{},"type":"create","action":"create","user":"PerikiyoXD","timestamp":"2026-04-07T23:01:06Z","comment":"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}`); });  }}\""},{"logid":5611,"ns":6,"title":"File:Crash-Window-IMG10.png","pageid":4357,"logpage":4357,"params":{},"type":"create","action":"create","user":"PerikiyoXD","timestamp":"2026-04-06T02:29:06Z","comment":""},{"logid":5610,"ns":6,"title":"File:Crash-Window-IMG10.png","pageid":4357,"logpage":4357,"params":{"img_sha1":"1rto4vkl8hb4o4ocv1wiyvs0wrrglb4","img_timestamp":"2026-04-06T02:29:06Z"},"type":"upload","action":"upload","user":"PerikiyoXD","timestamp":"2026-04-06T02:29:06Z","comment":""},{"logid":5609,"ns":10,"title":"Template:Client/Functions/RML","pageid":4356,"logpage":4356,"params":{},"type":"create","action":"create","user":"Mex","timestamp":"2026-03-20T20:15:25Z","comment":"Created page with \"{{icon-iii}} {{icon-vc}} {{icon-sa}} {{icon-iv}} [[rml.loadDocument|rml.loadDocument]]<br><br>  {{icon-iii}} {{icon-vc}} {{icon-sa}} {{icon-iv}} [[RmlDocument.show|RmlDocument.show]]<br> {{icon-iii}} {{icon-vc}} {{icon-sa}} {{icon-iv}} [[RmlElement.ownerDocument|RmlElement.ownerDocument]]<br> {{icon-iii}} {{icon-vc}} {{icon-sa}} {{icon-iv}} [[RmlElement.parentNode|RmlElement.parentNode]]<br>\""},{"logid":5608,"ns":0,"title":"ped.clearAnimations","pageid":4355,"logpage":4355,"params":{},"type":"create","action":"create","user":"Vortrex","timestamp":"2026-03-04T16:56:53Z","comment":"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.clearAnimations|ped.addAnimation]] |exampleJSCS = addCommandHandler(\"stopanim\", function(command, params) {     localPlayer.clearAnimations(); // GTA Vice City, make your player ped stop using their animations }); }}\""},{"logid":5607,"ns":0,"title":"ped.addAnimation","pageid":4354,"logpage":4354,"params":{},"type":"create","action":"create","user":"Vortrex","timestamp":"2026-03-04T16:31:27Z","comment":"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...\""}]}}