Hey there . 
do you know how i can create a Safezone?
Following Featueres i want to have:
God - Mode
with : allowDamage false
no shooting
dont know the command right now.
Do i need a triger ?
i have tried it with this :
{If (_x distance thisTrigger < 50) Then {_x allowDamage false} else {_x allowDamage true}} forEach thislist;
When i exit the safezone i have godmode.
do you know how i can create a Safezone?
Following Featueres i want to have:
God - Mode
with : allowDamage false
no shooting
dont know the command right now.
Do i need a triger ?
i have tried it with this :
{If (_x distance thisTrigger < 50) Then {_x allowDamage false} else {_x allowDamage true}} forEach thislist;
When i exit the safezone i have godmode.