Gang zone help
#6

Ok, Here is my gang zone. It works perfect. Goes right over the spot i need it to over.

pawn Code:
gangzone = GangZoneCreate(1830.3060, -2460.9521, 1883.3285, -2406.4404);
This is my IsPlayerInArea. It's the same cords as my gang zone except i put it in the format max x and min x and max y and min y.

Can someone please help

pawn Code:
forward CheckLSVSArea();

SetTimer("CheckLSVSArea",3000,1);

public CheckLSVSArea()
{
    for(new i; i < MAX_PLAYERS; i++)
    {
        if(!IsPlayerConnected(i)) continue;
        if(IsPlayerInArea(i,1883.3285,1830.3060,-2406.4404,-2460.9521))
        {

        SendClientMessage(i,0x1E90FFAA, "NOOB");
        }
    }
    return 1;
}
Reply


Messages In This Thread
Gang zone help - by MWF2 - 10.08.2010, 17:55
Re: Gang zone help - by willsuckformoney - 10.08.2010, 18:22
Re: Gang zone help - by MWF2 - 10.08.2010, 18:27
Re: Gang zone help - by WillyP - 10.08.2010, 18:37
Re: Gang zone help - by MWF2 - 10.08.2010, 19:04
Re: Gang zone help - by MWF2 - 10.08.2010, 19:32
Re: Gang zone help - by ruckfules99 - 10.08.2010, 19:51
Re: Gang zone help - by MWF2 - 11.08.2010, 00:47
Re: Gang zone help - by WillyP - 11.08.2010, 00:56
Re: Gang zone help - by MWF2 - 11.08.2010, 01:27

Forum Jump:


Users browsing this thread: 2 Guest(s)