Difference between revisions of "SET TAXI LIGHTS"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{Native
 
{{Native
 
|np=2
 
|np=2
|np=1
+
|p1t=handle
|p1t=pointer
+
|p1d=vehicle handle
|p1d=pointer to vehicle
+
|p2t=boolean
|np=2
+
|p2d=taxi light state (0-off, 1-on)
|p2t=integer
 
|p2d=taxi light state
 
 
}}
 
}}
 
+
This function sets the taxi light state (on/off).
 
 
'''Explanation:'''
 
 
 
- Set on car TaxiLight On/Off, on selected taxi vehicle.
 
 
 
- '''SET_TAXI_LIGHTS''' (MyVehicle, 1)
 
 
 
 
 
' NOTE THAT THIS FUNCTIONS ARE STILL UNDER TESTING
 

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).