void EnableTrafficLight(TrafficLightType type_); TrafficLightType type_ can be the follwing and only the following: TLT_NONE, TLT_GREEN, TLT_YELLOW, TLT_RED Use TLT_NONE to disable all lights. I think this is what works. Tbh, I only tested the script once and can't remember if it works or not.