Jump to content
  • 0

Group Management


Wizz

Question

6 answers to this question

Recommended Posts

  • 0
30 minutes ago, lwbuk said:

In config variables.sqf in dayz_code.pbo

Youll need a custom one in your mission to edit it. 

Better don't copy the whole file. Just copy the needed lines for group management over from configVariables to your init.sqf. They look like this:

dayz_groupSystem = true;
dayz_markGroup = 1;
dayz_markSelf = 1;
dayz_markBody = 0;
dayz_requireRadio = false;

 

Link to comment
Share on other sites

  • 0
49 minutes ago, lwbuk said:

Depends if you want your init full of stuff from config variables or not, which was the whole point of them creating it, to make the init smaller. 

 

In the configVariables is written that you should copy the corresponding lines over to your init.sqf if you want to change anything dude. Ofcourse I know that would kinda mess up the init file but it seems that this asking guy is a beginner so it would be better for him to solve this issue just like this.

Link to comment
Share on other sites

  • 0
1 hour ago, DAmNRelentless said:

In the configVariables is written that you should copy the corresponding lines over to your init.sqf if you want to change anything dude. Ofcourse I know that would kinda mess up the init file but it seems that this asking guy is a beginner so it would be better for him to solve this issue just like this.

There is no such file called Variables.sqf found in my Dayz_Server.pbo?

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
  • Advertisement
  • Discord

×
×
  • Create New...