Undefined symbols
#2

pawn Код:
forward Detecthp();
public Detecthp()
{
    for(new i = 0; i< MAX_PLAYERS; i++)
    {
        new Float:HP;
        if(GetPlayerHealth(i,HP) != PInfo[i][Health])
        {
            new str[128];
            new LName[MAX_PLAYER_NAME];
            GetPlayerName(i, LName, sizeof(LName));
            format(str, sizeof(str), "%s has been banned from the server. (Reason:Health hack)", LName);
            Kick(i);
        }
    }
    return 1;
}
Reply


Messages In This Thread
Undefined symbols - by Windrush - 27.12.2012, 10:25
Re: Undefined symbols - by DaRk_RaiN - 27.12.2012, 10:28
Re: Undefined symbols - by Windrush - 27.12.2012, 10:37

Forum Jump:


Users browsing this thread: 1 Guest(s)