05.06.2016, 13:51
I give you some advice, do not create a variable equivalent to HP, as with GetPlayerHealthEx function return the float value
change in
pawn Код:
printf("h: %f", h);
pawn Код:
printf("h: %f", GetPlayerHealthEx(playerid));