Jump to content
  • 0

Debug monitor and InfiSTAR


Darihon

Question

Hello,

 

I "coded" my own debug monitor a few days ago and  I added it into my server, works great for Admins, but when players press "insert" it doesn't show up. I added "s_player_toggle"  to the whitelist, but no luck. I'm using the "playerstats.sqf". Does anyone have a solution for this?

 

 

Thanks in advance,

 

Darryl

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

That's possible, do you have a way of unlocking it for normal players?

 

if not, do you have a suggestion on how to let the debug monitor show up when u spawn in and keep it in the corner? I tried everything, but I can't get it to work.

 

Thanks!

Link to comment
Share on other sites

  • 0

for let your normal user press the insert button maybe change this things in your AHconfig.sqf:

 

change

 

 _BKK =  true;

 

to:

 

 _BKK =  false;

 

and for the debug monitor change:

 

 

 

 _DMS =  true;

 

to:

 

 _DMS =  false;

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