From d07a890a108623fcd0e7a59f6ebe0653daee133b Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 23 Feb 2023 01:13:39 -0600 Subject: [PATCH] Process job route location rendering --- scripts/client/event.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/client/event.js b/scripts/client/event.js index be37f2ab..c59090d2 100644 --- a/scripts/client/event.js +++ b/scripts/client/event.js @@ -158,6 +158,7 @@ function onDrawnHUD(event) { processInteriorLightsRendering(); processCustomHUDRendering(); processCameraFadeRendering(); + processJobLocationIndicatorRendering(); } // =========================================================================== @@ -182,6 +183,7 @@ function onPedExitedVehicle(event, ped, vehicle, seat) { cruiseControlEnabled = false; cruiseControlSpeed = 0.0; + /* if (localPlayer != null) { if (ped == localPlayer) { if (areServerElementsSupported()) { @@ -195,6 +197,7 @@ function onPedExitedVehicle(event, ped, vehicle, seat) { } } } + */ } // ===========================================================================