-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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 look
if (headlightsMode) // means off
... // then we enable
else
... // disable partMetadata
Metadata
Assignees
Labels
No labels