Why isn't this working..
#10

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;
}
pawn Код:
if(!IsPlayerConnected(i)) continue;
Tip for " countinue "
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: 9 Guest(s)