local config =
{
centerPos = {x = 99, y = 133, z = 7},
xRadius = 7,
yRadius 5,
healthValue = 20,
textColor = 18 -- green
}
function onThink(cid, interval, lastExecution)
for _, v in pairs(getSpectators(config.centerPos, config.xRadius, config.yRadius)) do
doSendMagicEffect(v...