Veh burning check util
This commit is contained in:
@@ -1059,3 +1059,12 @@ function checkVehicleBuying() {
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
function checkVehicleBurning() {
|
||||
let vehicles = getElementsByType(ELEMENT_VEHICLE);
|
||||
for(let i in vehicles) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user