diff --git a/scripts/client/event.js b/scripts/client/event.js index c59090d2..151f4d1f 100644 --- a/scripts/client/event.js +++ b/scripts/client/event.js @@ -121,6 +121,8 @@ function onProcess(event, deltaTime) { processVehiclePurchasing(); processVehicleBurning(); processVehicleCruiseControl(); + processPayPhonesDistance(); + processJobRouteLocationDistance(); //checkChatBoxAutoHide(); // Will be uncommented on 1.4.0 GTAC update //processVehicleFires(); }