Interface administrators, moderator
2,793
edits
(Created page with "{{ScriptItem |endpoint = client |type = function |name = natives.setTaxiLights |parameters = vehicle Vehicle, bool Enabled |parameter1 = bool enabled The vehicle |parameter2 = bool enabled Whether the taxi light should be on or off |usage = turn the taxi light on/off for a vehicle |notes = Use natives.areTaxiLightsOn to get whether the taxi light is currently on |return1 = void |returnFail1 = void |exampleJS = addCommandHandler("taxilight", fu...") |
No edit summary |
||
| Line 4: | Line 4: | ||
|name = natives.setTaxiLights | |name = natives.setTaxiLights | ||
|parameters = vehicle Vehicle, bool Enabled | |parameters = vehicle Vehicle, bool Enabled | ||
|parameter1 = | |parameter1 = vehicle Vehicle The vehicle | ||
|parameter2 = bool enabled Whether the taxi light should be on or off | |parameter2 = bool enabled Whether the taxi light should be on or off | ||
|usage = turn the taxi light on/off for a vehicle | |usage = turn the taxi light on/off for a vehicle | ||