stock IsPlayerInAnyCasa(playerid) { Loop(x, MAX_CASAS) { if(IsPlayerInRangeOfPoint(playerid, 1.0, PickupX, PickupY, PickupZ)) return 1; } return 0; }