08.12.2010, 09:30
Hi guys Is there any way to change Float of GetVehicleHealth to int
?? Thanks....

new Float:health GetVehicleHealth(vehicleid, health); Vehicleid = vehicle string or model ID
new string[8];
format(string,sizeof string,"%.0f",health);
new integer_health = strval(string);