You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be better because when we disable the headlight and go again into free roam, you would need to press headlights twice
headlightsMode = PVehicle_IsGlareOff(PlayerPVehicle);
// if its off then we should on// would lookif (headlightsMode) // means off
... // then we enableelse
... // disable part
The text was updated successfully, but these errors were encountered:
https://github.com/ExOptsTeam/NFSCExOpts/blob/36e383915d1dcab60dcca6b4587f145bf9bdfc27/NFSCExtraOptions/dllmain.cpp#L1082C4-L1082C4
it would be better because when we disable the headlight and go again into free roam, you would need to press headlights twice
The text was updated successfully, but these errors were encountered: