Jump to content
  • 0

How to make admins build time short/instant


xSkilledElitex

Question

Hi I was wondering how to make admins in my server have a really short if not instant building timer so when were building admin bases it doesn't take 1 week.

I have tried fast build-scripts like the build snap upgrade and one other one i found but they both dont work and my admins still get the regular players build time.

I have a custom compiles,varibles,and selfactions.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

In your init.sqf you need to add this

DZE_StaticConstructionCount = 1;

However this will give everyone a short built time.

 

to make it for just admins, you need to do something like this (this prob wont work as im not a scriptwriter but its something like this i think.

if ((getPlayerUID player) in ["0","0","0"]) exitWith {
DZE_StaticConstructionCount = 1;
};

make sure you change the "0" to the UID of your admins.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...