Veh burning check util

This commit is contained in:
Vortrex
2021-01-21 04:38:11 -06:00
parent f64215dd07
commit d66ecf1b44

View File

@@ -1058,4 +1058,13 @@ function checkVehicleBuying() {
}
}
// -------------------------------------------------------------------------
function checkVehicleBurning() {
let vehicles = getElementsByType(ELEMENT_VEHICLE);
for(let i in vehicles) {
}
}
// -------------------------------------------------------------------------