02.05.2010, 16:29
Quote:
Originally Posted by Baked-Banana
pawn Код:
|
it has to be (just to avoid questions if copied and pasted)
pawn Код:
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
if((X < GANG_X_MAX) && (X > GAME_X_MIN) && (Y < GANG_Y_MAX) && (Y > GANG_Y_MIN))
{
//He's in the gang zone
}