Hey, Is it possible to make broadcast only in special arena?
I tried with
But everyone receive this message :/ Or maybe is there any other way to send message to players who are only in thia area?
My second problem: how can I delete all conditions? I tried with
but it does not remove condition when someone killed other player
Thanks
I tried with
Code:
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 message :/ Or maybe is there any other way to send message to players who are only in thia area?
My second problem: how can I delete all conditions? I tried with
Code:
doRemoveCondition(cid, CONDITION_INFIGHT)
Thanks