09.07.2010, 05:22
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
for the 100 Car Health, but how would I get it to find out if the health is between 900 and 999?
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;
}