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