22.12.2010, 16:45
pawn Код:
new Float:health;
new veh;
veh = GetPlayerVehicleID(i);
GetVehicleHealth(veh, health);
new Float:VehicleHealth = floatround(health, floatround_round);
new Float:health;
new veh;
veh = GetPlayerVehicleID(i);
GetVehicleHealth(veh, health);
new Float:VehicleHealth = floatround(health, floatround_round);