i am sure, many of you knows this things
deathmatch map with safe zone
outer trigger DeadS:
Seznam = thislist - list HraS; "_x setdammage (getdammage _x) + 0.2" forEach Seznam; Pustit=false
inner trigger HraS
this
i just want to add a message, wich appears for the guy going out of the safe zone, but i dont know how
I know the safezone things with rectangles, and know how to make messages appears if a soldiers entres this rectangle, but i dont know how to make a message, with the safezone system with cirlces like above.
If i make
outer trigger DeadS:
Seznam = thislist - list HraS; "_x setdammage (getdammage _x) + 0.2" forEach Seznam; Pustit=false; hint format ["%1 was killed for entering West Safe Zone", name (thislist select 0)]
then the message apears constantly even if i am not out of the safezone, because i am actualy in the trigger circle
(killed get everyone in this trigger and not in HraS Trigger)
i know how to make a hint message to everyone wich is inside a trigger area, but how can i make a message to everyone wich is NOT inside a trigger area???
I hope you understand my problem
can anyone help?