IsPlayerInBeco(playerid){ new Float:x,Float:y,Float:z; GetPlayerPos(playerid, x, y, z); if(x >= 2374.0 && y >= -1442.0 && x <= 2449.0 && y <= -1260.0) return 1; else return 0;}