Why isn't this working..
#8

Quote:
Originally Posted by gimini
Посмотреть сообщение
pawn Код:
forward Checks();
public Checks()
{
    print("DEBUG 1");
    for(new i; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i)) continue;
        if(IsPlayerInArea(i,-2931.596, -2981.811, 219.2902, -123.9217))
        {
            print("DEBUG 2");
            SetPlayerHealth(i,0);
        }
    }
    return 1;
}
Try this and check if it works
it spams DEBUG 1 in the console(when in the area)
and it doesn't work

EDIT: Even when im not in the area it spams it.
Reply


Messages In This Thread
Why isn't this working.. - by Jay. - 25.06.2011, 17:51
Re: Why isn't this working.. - by Willow - 25.06.2011, 17:55
Re: Why isn't this working.. - by Wesley221 - 25.06.2011, 17:56
Re: Why isn't this working.. - by sleepysnowflake - 25.06.2011, 17:57
Re: Why isn't this working.. - by Jay. - 25.06.2011, 18:00
Re: Why isn't this working.. - by Jay. - 25.06.2011, 18:24
Re: Why isn't this working.. - by gimini - 25.06.2011, 18:32
Re: Why isn't this working.. - by Jay. - 25.06.2011, 18:36
Re: Why isn't this working.. - by gimini - 25.06.2011, 18:42
Re: Why isn't this working.. - by MyLife - 25.06.2011, 18:44

Forum Jump:


Users browsing this thread: 1 Guest(s)