• 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!

getSpectators

Tarielle

New Member
Joined
Nov 4, 2007
Messages
214
Reaction score
0
Location
Sweden
hi, why isn't it possible to use the getSpectators function like this:

getSpectators(getNpcPos(), 6, 4,false)

as when I do so it still sense peoples outside the 6,4 square.


thanks
 
hi, why isn't it possible to use the getSpectators function like this:

getSpectators(getNpcPos(), 6, 4,false)

as when I do so it still sense peoples outside the 6,4 square.


thanks
I'm not sure, but isn't it return players from x-6,y-4 to x+6,y+4 (13 x 9 square)? try values 3 and 2
 
Back
Top Bottom