Add vehicle health util
This commit is contained in:
@@ -1003,3 +1003,9 @@ function getPlayerPing(client) {
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
|
||||
function setVehicleHealth(vehicle, health) {
|
||||
vehicle.health = 1000;
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
Reference in New Issue
Block a user