Hey, Is it possible to make broadcast only in special arena?
I tried with
if(isInRange(getPlayerPosition(cid), {x = 5541, y = 3421, z = 5}, {x = 5981, y = 3521, z = 8})) then
doBroadcastMessage('Leave this place as fast as you can!', MESSAGE_EVENT_ADVANCE)
end
But everyone receive this...