View Single Post
      03-22-2020, 07:28 PM   #72
oranga
Second Lieutenant
87
Rep
221
Posts

Drives: 335 6mt
Join Date: Feb 2018
Location: Houston

iTrader: (4)

Quote:
Originally Posted by JustWatch View Post
Hello, how can I turn on the front turn signal lights and mirror turn lights? I want them to burn when I light my fog lamps. Could you please help me?
I think you could try this for the front blinkers:

MAPPING_PARKL_V_L_FUNCTION = 08
MAPPING_PARKL_V_R_FUNCTION = 08

OR

MAPPING_SIDEMARKER_L_FUNCTION = 08
MAPPING_SIDEMARKER_R_FUNCTION = 08

For the mirror lights you could try this:

MAPPING_BLINKEN_Z_L_FUNCTION = 08
MAPPING_BLINKEN_Z_R_FUNCTION = 08

I have no idea if your blinkers will still work when you signal though. Good luck
Appreciate 0