Health Regen
#4

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(gTeam[i] == EHUMANO)
        {
            if(PlayerInfo[i][jProfesion] == 4)
            {
                new Float:PlayerHealth;
                GetPlayerHealth(i,PlayerHealth);
                if(PlayerHealth < 79)
                {
                    SetPlayerHealth(i,PlayerHealth+3);
                }
Reply


Messages In This Thread
Health Regen - by Oh - 28.08.2011, 22:31
Re: Health Regen - by LetsOWN[PL] - 29.08.2011, 01:27
Re: Health Regen - by Oh - 05.09.2011, 07:37
Re: Health Regen - by =WoR=Varth - 05.09.2011, 07:42

Forum Jump:


Users browsing this thread: 2 Guest(s)