Use native util for veh engine

This commit is contained in:
Vortrex
2022-08-01 11:33:30 -05:00
parent a96b7e6e2e
commit 5e82edbf0d

View File

@@ -47,12 +47,6 @@ function processSync(event, deltaTime) {
// ===========================================================================
function setVehicleEngine(vehicleId, state) {
getElementFromId(vehicleId).engine = state;
}
// ===========================================================================
function setVehicleLights(vehicleId, state) {
if (getGame() != AGRP_GAME_MAFIA_ONE) {
if (!state) {