IsPlayerInAero(playerid){ new Float:x,Float:y,Float:z; GetPlayerPos(playerid, x, y, z); if(x >= 524.7208 && y >= 1593.8074 && x <= 672.2410 && y <= 1778.9404) return 1; else return 0;}