Process job route location rendering
This commit is contained in:
@@ -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) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user