SetEntityTrafficlightOverride — FiveM Natives
0x57C5DB656185EAC4 · ENTITY · all
Changing traffic-lights will not change the behavior of NPCs. Example: here ``cpp enum eTrafficlightOverrideMode { TLO_RED = 0, TLO_AMBER = 1, TLO_GREEN = 2, TLO_NONE = 3 } ``
Parameters
| Name | Type |
|---|---|
| entity | Entity |
| state | int |
Returns
void