27.03.2017, 14:25
Health is a float, you need to round it first to make an integer from it using floatround. Like this:
Код:
new Float:health; new veh = GetPlayerVehicleID(playerid); GetVehicleHealth(veh, health); GivePlayerMoney(playerid, floatround(health) * 10);