isplayerinarea
#19

Quote:
Originally Posted by ♣ ⓐⓢⓢ
Quote:
Originally Posted by Headshot1108
ok, here are the coordinates.

1653.387, -2771.438, 2341.7, -2396.403
Xtreme visual mapper put the cordinates in the maxX, minX, maxY, minY oder
And you got the function in the minX, maxX, minY, maxY
So just swap it a bit to

-2771.438, 1653.387, -2396.403, 2341.7

Offtopic

Quote:
Originally Posted by FUNExtreme
Quote:
Originally Posted by [M2S
moe ]
Its amazing that most people "helping" have no idea what they're saying...
...
(public functions using a timer people?)
...
Learn to script before you start "helping"(see above)
Ignore them, there are always people who thinks they know everythings better (even it isnt true)
hmm, dont work...

my isplayerinare is this:

stock IsPlayerInArea(playerid, Float:minx, Float:maxx, Float:miny, Float:maxy)
{
new Float, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
if (x > minx && x < maxx && y > miny && y < maxy) return 1;
return 0;
}
Reply


Messages In This Thread
isplayerinarea - by Headshot1108 - 28.03.2009, 00:04
Re: isplayerinarea - by Headshot1108 - 28.03.2009, 01:10
Re: isplayerinarea - by DMSOrg - 28.03.2009, 01:18
Re: isplayerinarea - by Headshot1108 - 28.03.2009, 01:32
Re: isplayerinarea - by Headshot1108 - 28.03.2009, 08:59
Re: isplayerinarea - by hazdog - 28.03.2009, 09:26
Re: isplayerinarea - by Headshot1108 - 28.03.2009, 11:15
Re: isplayerinarea - by On_Top_Non_Stop - 28.03.2009, 12:07
Re: isplayerinarea - by MenaceX^ - 28.03.2009, 12:11
Re: isplayerinarea - by bogeymanEST - 28.03.2009, 12:31
Re: isplayerinarea - by [M2S]moe - 28.03.2009, 12:53
Re: isplayerinarea - by Headshot1108 - 28.03.2009, 15:56
Re: isplayerinarea - by [M2S]moe - 28.03.2009, 19:37
Re: isplayerinarea - by Headshot1108 - 28.03.2009, 20:41
Re: isplayerinarea - by Headshot1108 - 28.03.2009, 20:44
Re: isplayerinarea - by [M2S]moe - 28.03.2009, 21:32
Re: isplayerinarea - by FUNExtreme - 28.03.2009, 22:26
Re: isplayerinarea - by Nero_3D - 28.03.2009, 23:31
Re: isplayerinarea - by Headshot1108 - 29.03.2009, 00:06
Re: isplayerinarea - by Nero_3D - 29.03.2009, 01:14
Re: isplayerinarea - by Headshot1108 - 29.03.2009, 11:05
Re: isplayerinarea - by Nero_3D - 29.03.2009, 11:26

Forum Jump:


Users browsing this thread: 1 Guest(s)