Got it ;]
just tell me if you can what should I do with this:
function getSpectatorsInArea(position, range, onlyPlayers)
-- Game.getSpectators(centerPos, multifloor, onlyPlayers or false, minXrange, maxXrange, minYrange, maxYrange)
return Game.getSpectators(position, false, onlyPlayers or...