02.04.2013, 15:46
Thanks a lot for the reply.
I tried your code but it didn't work
.
I tried to update it with the following code but it still doesnt work.
I tried your code but it didn't work
![Sad](images/smilies/sad.gif)
I tried to update it with the following code but it still doesnt work.
pawn Код:
new Float:health;
GetPlayerHealth(playerid, health);
PlayerInfo[playerid][pHealth] = health;
if(health >= 100)
{
SetPlayerHealth(playerid, 100);
PlayerInfo[playerid][pHealth] = 100;
}