Not Work...
#4

I use:

pawn Код:
GangZoneCreate(Float:minx, Float:miny, Float:maxx, Float:maxy)
I have try to Edit Code:

pawn Код:
IsObjectInArea(objectid, Float:minx, Float:miny, Float:maxx, Float:maxy)
{
new Float:x, Float:y, Float:z;  
GetObjectPos(objectid, x, y, z);
if (x > minx && x < maxx && y > miny && y < maxy) return 1;  
else return 0;
}
But nothing...
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: 2 Guest(s)