Difference between revisions of "SET TAXI LIGHTS"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: '''SET_TAXI_LIGHTS''' [VEHICLE, VALUE] VEHICLE - represents vehicle handle VALUE - Probably boolean, 0 - of, 1 - on. Explanation: - Set TaxiLight of selected taxi vehicle. ' NOTE TH...)
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
'''SET_TAXI_LIGHTS''' [VEHICLE, VALUE]
+
{{Native
 
+
|np=2
VEHICLE - represents vehicle handle
+
|p1t=handle
 
+
|p1d=vehicle handle
VALUE - Probably boolean, 0 - of, 1 - on.
+
|p2t=boolean
 
+
|p2d=taxi light state (0-off, 1-on)
 
+
}}
Explanation:
+
This function sets the taxi light state (on/off).
 
 
- Set TaxiLight of selected taxi vehicle.
 
 
 
 
 
' NOTE THAT THIS FUNCTIONS ARE STILL UNDER TESTING
 
' INFORMATION IS EXTRACTED FROM GAME SCRIPTS
 

Latest revision as of 20:37, 20 January 2009

SET_TAXI_LIGHTS
Number of parameters: 2
Parameter #TypeDescription
1.handlevehicle handle
2.booleantaxi light state (0-off, 1-on)
Return value:
TypeDescription
None

This function sets the taxi light state (on/off).