For me this code works, @ralke
local ghazarea = {x=,y=,z=} -- center position of area
local ghazspectators = {}
local ghazspectators = getSpectators(ghazarea, 30, 30, FALSE) -- scan radius
if ghazspectators then
for _, pid in ipairs(ghazspectators) do
n =...