Interface administrators, moderator
2,860
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 |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ScriptItem | {{ScriptItem | ||
|endpoint = client | |endpoint = client | ||
|games = iv | |||
|type = function | |type = function | ||
|name = natives.setTaxiLights | |name = natives.setTaxiLights | ||
|parameters = vehicle | |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 | ||