You are on page 1of 1

init start

local dist = 8 -- sqm away from your char to take screenshot


local safelist = {'Lukas Ownador'} -- faces that you don't want to take a picture
of
init end
auto(200)
if (paround(dist, table.unpack(safelist)) > 0 ) then
setsetting('Alerts/PlayerOnScreen/PlaySound', 'no')
else
setsetting('Alerts/PlayerOnScreen/PlaySound', 'yes')
wait(2000)
end

You might also like