Interface administrators, moderator
2,793
edits
(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 | |parameters = Vehicle vehicle | ||
|parameter1 = 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 | ||