Auto Health Not Working
#1

Code:
pawn Код:
public autohealth()
{
    new Float:health;
    GetPlayerHealth(playerid,health);
    if (health < 99.0)
    {
        SetPlayerHealth(playerid, 100.0);
    }
        return 1;
}
pawn Код:
C:\Documents and Settings\dx\Desktop\New Folder (3)\gamemodes\GM.pwn(6190) : error 017: undefined symbol "playerid"
C:\Documents and Settings\dx\Desktop\New Folder (3)\gamemodes\GM.pwn(6193) : error 017: undefined symbol "playerid"
Reply


Messages In This Thread
Auto Health Not Working - by GreTex - 02.06.2013, 12:40
Re: Auto Health Not Working - by Konstantinos - 02.06.2013, 12:45
Re: Auto Health Not Working - by GreTex - 02.06.2013, 12:46
Re: Auto Health Not Working - by MP2 - 02.06.2013, 14:12

Forum Jump:


Users browsing this thread: 1 Guest(s)