Process job route location rendering

This commit is contained in:
Vortrex
2023-02-23 01:13:39 -06:00
parent b746970b9f
commit d07a890a10

View File

@@ -158,6 +158,7 @@ function onDrawnHUD(event) {
processInteriorLightsRendering(); processInteriorLightsRendering();
processCustomHUDRendering(); processCustomHUDRendering();
processCameraFadeRendering(); processCameraFadeRendering();
processJobLocationIndicatorRendering();
} }
// =========================================================================== // ===========================================================================
@@ -182,6 +183,7 @@ function onPedExitedVehicle(event, ped, vehicle, seat) {
cruiseControlEnabled = false; cruiseControlEnabled = false;
cruiseControlSpeed = 0.0; cruiseControlSpeed = 0.0;
/*
if (localPlayer != null) { if (localPlayer != null) {
if (ped == localPlayer) { if (ped == localPlayer) {
if (areServerElementsSupported()) { if (areServerElementsSupported()) {
@@ -195,6 +197,7 @@ function onPedExitedVehicle(event, ped, vehicle, seat) {
} }
} }
} }
*/
} }
// =========================================================================== // ===========================================================================