Not Work...
#9

Try this

pawn Код:
public CheckBall()
{
    if(Stats == 1)
    {
        if(IsObjectInArea(Ball, 2500.8064, 2540.7649,-1546.1082,-1514.6029))
        {
            SendClientMessageToAll(COLOR_GREEN, "Ball in Area! ");
        }
        else
        {
            SendClientMessageToAll(COLOR_RED, "Ball not in Area! ");
        }
    }
}
Reply


Messages In This Thread
Not Work... - by Bogdanovic - 26.02.2011, 08:59
Re: Not Work... - by Mean - 26.02.2011, 09:16
Re: Not Work... - by Bogdanovic - 26.02.2011, 09:34
Re: Not Work... - by Bogdanovic - 26.02.2011, 10:18
Re: Not Work... - by Bogdanovic - 26.02.2011, 11:47
Re: Not Work... - by MadeMan - 26.02.2011, 12:29
Re: Not Work... - by Bogdanovic - 26.02.2011, 14:51
Re: Not Work... - by Bogdanovic - 26.02.2011, 19:39
Re: Not Work... - by MadeMan - 26.02.2011, 19:57
Re: Not Work... - by Bogdanovic - 26.02.2011, 20:00

Forum Jump:


Users browsing this thread: 3 Guest(s)