Better Safezone, Maybe

my bad if it sounded like I was complaining, just stating my experience for the good of anyone else trying themselves. I'm sure, like most other scripts, there's just a few things done differently now and the script needs to be adjusted to match. Wish I was good enough to help out

I looked through it to see if there was anything I could modify myself...couldn't find anything that looked out of the ordinary...:/
 
add another item.
Code:
class Sensors
    {
        items=2;
        class Item0
        {
            position[]={14169.452,131.35104,14395.472};
            a=95;
            b=65;
            rectangular=1;
            activationBy="ANY";
            repeating=1;
            interruptable=1;
            age="UNKNOWN";
            name="SPBASE1";
            expCond="(vehicle player) in thislist;";
            expActiv="SPBASE1 = [] execVM ""Scripts\SPBASE1.sqf"";";
            expDesactiv="SPBASE1 = [] execVM ""Scripts\SPBASE1LEAVE.sqf"";";
            class Effects
            {
            };
        };
        class Item1
        {
            position[]={12755.016,9.6222105,14098.715};
            a=20;
            b=20;
            activationBy="ANY";
            repeating=1;
            interruptable=1;
            age="UNKNOWN";
            name="SHBASE1";
            expCond="(vehicle player) in thislist;";
            expActiv="SHBASE1 = [] execVM ""Scripts\SHBASE1.sqf"";";
            expDesactiv="SHBASE1 = [] execVM ""Scripts\SHBASE1LEAVE.sqf"";";
            class Effects
            {
            };
        };
 
Hi!

Script worked, thanks a lot! But i an able to shot if i use a turret in a land/air vehicle. A player killed other on my server, in the safezone, using a Military heli.

As i understand, the player "Fired" event handler does not trigger if the player is using a vehicle weapon.

Anyone can help me to solve that?

Thankyou a lot!
 
Hi!

Script worked, thanks a lot! But i an able to shot if i use a turret in a land/air vehicle. A player killed other on my server, in the safezone, using a Military heli.

As i understand, the player "Fired" event handler does not trigger if the player is using a vehicle weapon.

Anyone can help me to solve that?

Thankyou a lot!
Look at AGN safezone commander , his script removes that function :)
 
Back
Top