small tweak needs to be made to this vehicle classes User Action, seen in this picture
Affected vehicle classes:
B_G_Offroad_01_repair_F
O_G_Offroad_01_repair_F
I_G_Offroad_01_repair_F
C_Offroad_01_repair_F
small tweak needs to be made to this vehicle classes User Action, seen in this picture
Affected vehicle classes:
B_G_Offroad_01_repair_F
O_G_Offroad_01_repair_F
I_G_Offroad_01_repair_F
C_Offroad_01_repair_F
condition = "this animationPhase ""BeaconsStart"" < 0.5 AND Alive this AND driver this == player AND this animationPhase ""hidePolice"" < 0.5";
needs to be changed to:
condition = "this animationPhase ""BeaconsServicesStart"" < 0.5 AND Alive this AND driver this == player AND this animationPhase ""hideServices"" < 0.5";
and
statement = "this animate [""BeaconsStart"",1];";
changed to:
statement = "this animate [""BeaconsServicesStart"",1];";
make sure the fix is applied for both user actions "Beacons On" and "Beacons Off"
Hello.
Thank you for the report we will have a look at it.
It seems that it isn't just related to the repair models of the offroads as it doesn't trigger the service lights even on normal offroads while the police version of the lights do.