Dobra kolejne podejście, doprowadź plik cockpit do stanu początkowego (usuń (M.L.swiatla_auto) i całe macro {macro:swiatla_Auto} aż do {end} ) Teraz przejdź do Pliku lights i znajdź
Kod:
(L.L.cp_schluessel_rot) 0.2 >
{if}
1
(S.L.lights_stand)
(S.L.lights_rueck)
(L.L.cp_schluessel_rot) 8 >
{if}
1
(S.L.lights_abbl)
1 (S.L.Spot_Select)
{else}
-1 (S.L.Spot_Select)
0
(S.L.lights_abbl)
{endif}
{else}
0
(S.L.lights_stand)
(S.L.lights_rueck)
(S.L.lights_abbl)
-1 (S.L.Spot_Select)
{endif}
i zmień na to:
Kod:
(L.L.elec_busbar_main)
{if}
1
(S.L.lights_stand)
(S.L.lights_rueck)
(L.L.engine_on)
{if}
1
(S.L.lights_abbl)
1 (S.L.Spot_Select)
{else}
-1 (S.L.Spot_Select)
0
(S.L.lights_abbl)
{endif}
{else}
0
(S.L.lights_stand)
(S.L.lights_rueck)
(S.L.lights_abbl)
-1 (S.L.Spot_Select)
{endif}
Jeżeli pod spodem masz
Kod:
' Fernlicht
(L.L.lights_sw_fern)
{if}
1
(S.L.lights_fern)
(S.L.lights_abbl)
0 (S.L.Spot_Select)
{else}
0 (S.L.lights_fern)
{endif}
to usuń ten wpis w piz..u
Bądź miły dla osoby która próbuje Ci pomóc na forum, tym bardziej, że robi to bezpłatnie w swoim wolnym czasie.