09.07.2010, 05:29
No problem.
Please also notice that GetVehicleHealth has a '&Float:health' argument, so your code should look something like this:
Please also notice that GetVehicleHealth has a '&Float:health' argument, so your code should look something like this:
pawn Код:
new Float:vhealth;
if(GetVehicleHealth(vehicleid, vhealth) > 899 && GetVehicleHealth(vehicleid, vhealth) < 1000)
{
return 1;
}