Difference between revisions of "SET VEH INDICATORLIGHTS"

From GTAMods Wiki
Jump to navigation Jump to search
(A native function that I found how works, but not totally yet.)
 
m
 
Line 4: Line 4:
 
|p1d=Vehicle handle
 
|p1d=Vehicle handle
 
|p2t=Boolean
 
|p2t=Boolean
|p2d=False to turn off all the indicator lights or True to turn on the all the indicator lights
+
|p2d=False to turn off all the indicator lights or True to turn on all the indicator lights
 
}}
 
}}
  
 
This function turn on or off all the indicator lights of a specified vehicle.
 
This function turn on or off all the indicator lights of a specified vehicle.
  

Latest revision as of 23:14, 28 May 2010

SET_VEH_INDICATORLIGHTS
Number of parameters: 2
Parameter #TypeDescription
1.HandleVehicle handle
2.BooleanFalse to turn off all the indicator lights or True to turn on all the indicator lights
Return value:
TypeDescription
None

This function turn on or off all the indicator lights of a specified vehicle.