Add vehicle health util

This commit is contained in:
Vortrex
2022-02-04 10:39:08 -06:00
parent dec1f50109
commit c1d14b82ae

View File

@@ -1002,4 +1002,10 @@ function getPlayerPing(client) {
return client.ping
}
// ===========================================================================
function setVehicleHealth(vehicle, health) {
vehicle.health = 1000;
}
// ===========================================================================