Process payphone and job route location

This commit is contained in:
Vortrex
2023-02-25 04:38:01 -06:00
parent a8802c0c7e
commit 9c86ad0e2c

View File

@@ -121,6 +121,8 @@ function onProcess(event, deltaTime) {
processVehiclePurchasing(); processVehiclePurchasing();
processVehicleBurning(); processVehicleBurning();
processVehicleCruiseControl(); processVehicleCruiseControl();
processPayPhonesDistance();
processJobRouteLocationDistance();
//checkChatBoxAutoHide(); // Will be uncommented on 1.4.0 GTAC update //checkChatBoxAutoHide(); // Will be uncommented on 1.4.0 GTAC update
//processVehicleFires(); //processVehicleFires();
} }