SetTaxiLights — FiveM Natives
0x598803E85E8448D9 · VEHICLE · all
`` This is not tested - it's just an assumption. Doesn't seem to work. I'll try with an int instead. --JT Read the scripts, im dumpass. Doesn't work at all, wether with an bool neither an int if (!VEHICLE::IS_TAXI_LIGHT_ON(l_115)) { VEHICLE::SET_TAXI_LIGHTS(l_115, 1); } ``
Parameters
| Name | Type |
|---|---|
| vehicle | Vehicle |
| state | BOOL |
Returns
void