Jump to content
  • 0

Admin footsteps off / Admin spawn WAI mission manually


JakeQue

Question

Is there anyway to add a disable footsteps for admins?

 

Also I would love to be able to spawn a mission in from the admin menu, I tried some code but it just breaks Infistar, it would seem it is executing it automatically.

 

Spoiler

            _fnc = "-Mission Manager";
        if(isNil 'adminshowmissionmenu')then{_fnc = "+Mission Manager";};
        adminadd = adminadd + [_fnc,{if(isNil "adminshowmissionmenu")then{adminshowmissionmenu = true;}else{adminshowmissionmenu = nil;};call admin_update_ctrl2;},"0","0","0","0",[0,0.6,1,1]];
        if(!isNil "adminshowmissionmenu")then
        {
            adminadd = adminadd + ["  Spawn Armed Vehicle Mission",spawnmissionarmedvehicle,"0","0","0","0",[]];
        };

Spoiler

spawnmissionarmedvehicle =
    {
         ExecVM "\z\addons\dayz_server\WAI\missions\bandit\armed_vehicle.sqf";
    };

 

Thank you!

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...