• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Using function for 2 floors

Santi

Theres no way im stopping
Joined
Aug 29, 2010
Messages
1,975
Reaction score
152
Location
00
So, I want it so it removes all players in an area, thats why im using this function:
Lua:
local persons = getSpectators({x=EDIT, y=EDIT, z=EDIT}, 10, 10)
But how can I do it so it gets the player from upper/down floors to?
Thanks in advanced and rep+

EDIT: Nvm, solved, this thread can be closed.
For anyone that needs it:
getSpectators(centerPos, rangex, rangey[, multifloor = false])
 
Last edited:
Back
Top