Help me pleaze
#6

First of all, uncomment the forward. Add stock before the function if you haven't so it looks like this.

Код:
stock IsPlayerInArea(playerid, Float:minx, Float:maxx, Float:miny, Float:maxy) 
{
    new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid, x, y, z);
    if (x > minx && x < maxx && y > miny && y < maxy) return 1;
    return 0;
}
And I assume you have IsInPlayerArea defined somewhere again, Ctrl+F, search for it, and remove it.
Reply


Messages In This Thread
Help me pleaze - by [TDL]OGLoc - 17.02.2012, 23:18
Re: Help me pleaze - by HighFlyer - 17.02.2012, 23:22
Respuesta: Help me pleaze - by [TDL]OGLoc - 17.02.2012, 23:23
Re: Help me pleaze - by HighFlyer - 17.02.2012, 23:26
Respuesta: Help me pleaze - by [TDL]OGLoc - 17.02.2012, 23:46
Re: Help me pleaze - by HighFlyer - 17.02.2012, 23:50
Respuesta: Help me pleaze - by [TDL]OGLoc - 18.02.2012, 00:00
Re: Help me pleaze - by HighFlyer - 18.02.2012, 00:03
Respuesta: Help me pleaze - by [TDL]OGLoc - 18.02.2012, 00:12
Re: Help me pleaze - by HighFlyer - 18.02.2012, 00:21

Forum Jump:


Users browsing this thread: 1 Guest(s)