GetVehicleHealth Help
#1

Alright, I am trying to have it so if the Vehicle Health is 1000 the player will get a certain amount of money
Thats easy, but how do I do it so if the Vehicle health is between lets say 900 and 999? How do I find out this?

I was using
pawn Код:
if(GetVehicleHealth(vehicleid) == 1000)
{
return 1;
}
for the 100 Car Health, but how would I get it to find out if the health is between 900 and 999?
Reply


Messages In This Thread
GetVehicleHealth Help - by RichyB - 09.07.2010, 05:22
Re: GetVehicleHealth Help - by Grim_ - 09.07.2010, 05:25
Re: GetVehicleHealth Help - by RichyB - 09.07.2010, 05:26
Re: GetVehicleHealth Help - by Grim_ - 09.07.2010, 05:29
Re: GetVehicleHealth Help - by Grim_ - 09.07.2010, 06:42
Re: GetVehicleHealth Help - by Kar - 09.07.2010, 07:23
Re: GetVehicleHealth Help - by Grim_ - 09.07.2010, 09:05

Forum Jump:


Users browsing this thread: 1 Guest(s)