04.08.2009, 00:26
I believe you're saving player's health in float format.
so, you should change this:
to:
so, you should change this:
pawn Код:
new hp = PlayerInfo[playerid][pHealth];
pawn Код:
new Float:hp = PlayerInfo[playerid][pHealth];