Scripting/Squirrel/Functions/Vehicle.Health
This wiki is using an old backup from 2020
Some information may be old/missing
Syntax
Vehicle.Health();
Example
if (cmd == "carhp")
{
local veh = player.Vehicle;
MessagePlayer("Your cars health is " + veh.Health + "", player);
}