natives.areTaxiLightsOn: Difference between revisions

no edit summary
(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...")
 
No edit summary
Line 3: Line 3:
|type = function
|type = function
|name = natives.areTaxiLightsOn
|name = natives.areTaxiLightsOn
|parameters = vehicle Vehicle
|parameters = Vehicle vehicle
|parameter1 = vehicle Vehicle The vehicle
|parameter1 = Vehicle vehicle The vehicle
|usage = turn the taxi light on/off for a vehicle
|usage = turn the taxi light on/off for a vehicle
|notes = Use [[natives.setTaxiLights|natives.setTaxiLights]] to turn on and off the taxi light
|notes = Use [[natives.setTaxiLights|natives.setTaxiLights]] to turn on and off the taxi light
2,793

edits