hi, in els.ini when all the colors are 0, my cars only show red lights and when i remove 0 and put 1, all the lights turn blue but i dont want that. I want my lights to be blue and red.
Color_LightL1 = 0
Color_LightL2 = 0
Color_LightR1 = 0 <------ Red
Color_LightR2 = 0
Color_LightL1 = 1
Color_LightL2 = 1
Color_LightR1 = 1 <------ Blue
Color_LightR2 = 1
Thanks for ur help :)