14.06.2009, 16:39
Probably because the 'health' is a float and 'div' is an integer.
pawn Код:
new HP = floatround(health, floatround_round); //Rounds to the nearest integer.
new Div = 5000 / HP;