[SUPPORT] Community AGN

FallingSheep

OpenDayZ Lord!
Here begins the help and support!

NOT COMPATIABLE WITH INFISTAR!!

USE THIS INSTEAD

Looks like infistar has already released a version himself ;)
Deleting AI,Zeds and Vehicle God
http://pastebin.com/ht7djVGH#

1.copy the above pastebin code to a new file called Safezones.sqf
3.save the file in your custom folder
4. add this to your init.sqf
Code:
if (!isDedicated) then {
[] execVM 'custom\Safezones.sqf';
};
 
Last edited:
Ok, tested this and you are able to kill people in the safezone from outside? =/

Edit: Don't know why, but now it's working again :D (No he hadn't left the safezone before)
 
Last edited:
Maybe someone could help me because i have got problems with safezones.
First: On my server i get not any message that i am entering the Trader City, but they are signed on the map.
Second: I get no message when i am entering safe zones that i am entering safe zones.
Thrid: got mode is not enabled.
My server is hosted bei nitrado.net.
I added my init.sqf and my mission.sqm. Please help me! I am despairing on this script and those problems!
https://github.com/GeKko103/dayz_private_1.epoch.chernarus
 
Maybe someone could help me because i have got problems with safezones.
First: On my server i get not any message that i am entering the Trader City, but they are signed on the map.
Second: I get no message when i am entering safe zones that i am entering safe zones.
Thrid: got mode is not enabled.
My server is hosted bei nitrado.net.
I added my init.sqf and my mission.sqm. Please help me! I am despairing on this script and those problems!
https://github.com/GeKko103/dayz_private_1.epoch.chernarus
your files look good can you post your whole mission so i cant test it

@milkman333 idont run napf but send us your mission and serverpbo and ill take a look
 
ok itested it and it works fine so its definitly infistar use this that SchwEde posted
Looks like infistar has already released a version himself ;)
Deleting AI,Zeds and Vehicle God
http://pastebin.com/ht7djVGH#

1. delete CAGN and remove it from your init.sqf
2.copy the above pastebin code to a new file called Safezones.sqf
3.save the file in your custom folder
4. add this to your init.sqf
Code:
if (!isDedicated) then {
[] execVM 'custom\Safezones.sqf';
};
 
Thanks for answering so fast, but it does not work for me.
I looked at the log, and there is only the entry that:
GeKko(6857730) - Left SafeZone at 114040
But never any entry that i entered a safezone.
Any ideas?
Maybe i have to update my Dayz, because i think the infistar safezone works with version 1.0.5 and i am using 1.0.4!
 
its working with 1.0.4 ;)
i call it at the bottom of my init.sqf just with:
Code:
[] execvm "scripts\safezone.sqf";

Have you set the right coordinates in the safezone.sqf?
Code:
_infiSZ =
[
        [[6325.6772,7807.7412],200,true],
        [[4063.4226,11664.19],200,true],
        [[11447.472,11364.504],200,true],
        [[1606.6443,7803.5156],150,true],
        [[12944.227,12766.889],150,true],
        [[5068.6636,9723.4248],100,true]
];
 
I am new to this. Is there a way to not have all the traders safe, maybe keep one safe yet still keep the "welcome to trader <city>" on all the cities. I thought maybe it was in the class sensors, I have tried a lot of different combos to get it going with zero luck. any ideas?
 
I am new to this. Is there a way to not have all the traders safe, maybe keep one safe yet still keep the "welcome to trader <city>" on all the cities. I thought maybe it was in the class sensors, I have tried a lot of different combos to get it going with zero luck. any ideas?
yes open mission.sqm and remove the canbuild part from the sensors :)
 
Ok, that worked but now my Infistar anti hack is banning non admins in safe traders for god mode. Funny thing is I am using Infistars latest AH and Safe Trade script.
 
Back
Top