26.05.2015, 20:13
If you having problem with loading player's HP check this out:
What Vince said is correct, you are wrong somewhere in loading or saving or setting or getting player's HP.
Код:
new Float: HP; GetPlayerHealth(playerid, HP); printf("Health: %f", HP); // You have to save the HP in your database (float type) then load it correct as float too.