Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
12 November 2025
|
|
N 19:35 | natives.setTaxiLights 4 changes history +625 [Vortrex (4×)] | |||
|
|
19:35 (cur | prev) +12 Vortrex talk contribs | ||||
|
|
19:34 (cur | prev) 0 Vortrex talk contribs | ||||
|
|
19:33 (cur | prev) +3 Vortrex talk contribs | ||||
| N |
|
19:31 (cur | prev) +610 Vortrex talk contribs (Created page with "{{ScriptItem |endpoint = client |type = function |name = natives.setTaxiLights |parameters = vehicle Vehicle, bool Enabled |parameter1 = bool enabled The vehicle |parameter2 = bool enabled Whether the taxi light should be on or off |usage = turn the taxi light on/off for a vehicle |notes = Use natives.areTaxiLightsOn to get whether the taxi light is currently on |return1 = void |returnFail1 = void |exampleJS = addCommandHandler("taxilight", fu...") | |||
|
|
N 19:35 | natives.areTaxiLightsOn 3 changes history +527 [Vortrex (3×)] | |||
|
|
19:35 (cur | prev) +12 Vortrex talk contribs | ||||
|
|
19:34 (cur | prev) 0 Vortrex talk contribs | ||||
| N |
|
19:32 (cur | prev) +515 Vortrex talk contribs (Created page with "{{ScriptItem |endpoint = client |type = function |name = natives.areTaxiLightsOn |parameters = vehicle Vehicle |parameter1 = vehicle Vehicle The vehicle |usage = turn the taxi light on/off for a vehicle |notes = Use natives.setTaxiLights to turn on and off the taxi light |return1 = bool |returnFail1 = void |exampleJS = addCommandHandler("taxilight", function(command, params, client) { natives.setTaxiLights(localPlayer.vehicle, !natives.areTa...") | |||
|
|
19:15 | natives.taskCarDriveToCoord 3 changes history +140 [Vortrex (3×)] | |||
|
|
19:15 (cur | prev) +12 Vortrex talk contribs | ||||
|
|
19:15 (cur | prev) 0 Vortrex talk contribs | ||||
|
|
19:14 (cur | prev) +128 Vortrex talk contribs | ||||
| 19:06 | User creation log User account ChrisGame20 talk contribs was created by Vortrex talk contribs and password was sent by email | ||||
9 November 2025
| N 16:56 | OnResourceFileDownloaded diffhist +694 Vortrex talk contribs (Created page with "{{ScriptItem2 |name = OnResourceFileDownloaded |side = client |type = event |games = iii vc sa iv |desc = a resource file is downloaded |arg1 = Resource resource The resource which the file downloaded for. |arg2 = String filePath The file path of the file, relative to the resource's folder |arg3 = bool downloaded Whether or not the file was downloaded. If false, the file was grabbed from the cache because it already matched the server's file. |cancel = false |exampleJS =...") | ||||
|
|
16:43 | OnResourceStart 2 changes history +143 [Vortrex (2×)] | |||
|
|
16:43 (cur | prev) +26 Vortrex talk contribs | ||||
|
|
16:43 (cur | prev) +117 Vortrex talk contribs | ||||
| 16:42 | OnResourceReady diffhist +143 Vortrex talk contribs | ||||
|
|
N 15:16 | ClientLog 2 changes history +558 [Vortrex (2×)] | |||
|
|
15:16 (cur | prev) +32 Vortrex talk contribs | ||||
| N |
|
15:12 (cur | prev) +526 Vortrex talk contribs (Created page with "{{DISPLAYTITLE:Client Log}} == What is it? == The client log is a simple text file containing all output to the client console for a single game session. A new log is created every time the game starts. == Where do I find it? == Open GTAC launcher. Click "Tools" at the bottom right, then choose "Logs". A folder window will appear. Go into the folder named "Game".<br /> If you just had a problem in-game, you'll probably need the newest log file. Sorting by the "date mod...") | |||
| 15:15 | Upload log Vortrex talk contribs uploaded File:ClientLogLauncher.png | ||||