Jump to content
  • 0

SafeZone / GodMode / Anti-Steal / No Shooting, No Vehicle Weapons


kane

Question

I was wandering if anyone knew of a decent guide for all of the above that actually atleast make half-sense or if i had to do seperate guides to do it all?

 

I have not tried this script yet so im fresh to start.

 

anyone know what to do? thanks.

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

me again

 

http://opendayz.net/threads/epoch-safe-zone-commander-god-anti-backpack-stealing-no-shooting-no-vehicle-weapons.14877/

 

 

qf';
 1.  Unpack your mission PBO using your favorite pbo manager (i use cpbo personally).
 2.  Inside your mission directory (where you extracted your pbo to), create a new folder called AGN
 3.   Inside this folder, create a new file named 'agn_SafeZoneCommander.sqf' and place the code (below) into this file.
 4.   Open the missions init.sqf at the very bottom insert:
    [] execvm 'AGN\agn_SafeZoneCommander.sqf';

Link to comment
Share on other sites

  • 0

altho AGN should also be called from the is dedicated section rather than the bottom . like this

 

if (!isDedicated) then {
    //Conduct map operations
    0 fadeSound 0;
    waitUntil {!isNil "dayz_loadScreenMsg"};
    dayz_loadScreenMsg = (localize "STR_AUTHENTICATING");
    execVM "service_point\service_point.sqf";
    execvm 'AGN\agn_SafeZoneCommander.sqf';

Link to comment
Share on other sites

  • 0

 1.  Unpack your mission PBO using your favorite pbo manager (i use cpbo personally).

 

Does that mean opening the PBO (dayz_code)  with PBOmanager?

 

 

2.  Inside your mission directory (where you extracted your pbo to), create a new folder called AGN

 

that bit where it says  (where you extracted your pbo to)  what is that refering to? what needs extracing to your mission file?

Link to comment
Share on other sites

  • 0

gotcha thanks ! one more thing is where it says in the guide 

 

 Inside this folder, create a new file named 'agn_SafeZoneCommander.sqf' and place the code (below) into this file

 

what code does that mean i cant see one.

Link to comment
Share on other sites

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...