Jump to content
  • 0

Admin building


boneau

Question

hi there iam looking for an admin "building upgrade".

 

a script or a modification for admins that allows a quicky building without animations and loops.

i cant find something via google and i hope the awesome guys from here can help me ;) and flame me not to much :P

 

this would help my support on the server.

 

 

greetz

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

hi,

sorry for my mistake but without guys like me the moderator have nothing to do :P

thanks for moving ;)

 

ill have a look. thanks!

BLAST YOU KIDS AND YOU'RE RECKLESS POSTING!

Haha, don't worry about it man. We're here every now an again to check over the forums and offer help where we can.

If you would like any help with this script, I could help you out at a later time. Setting up my dev server today and will be writing some scripts I had in mind.

Link to comment
Share on other sites

  • 0

Try this, Doubt It will work, but you never know, Plus is 2am here for me so I'm pretty tired, 

 

In you're mission.pbo create a file called build.sqf

 

and put this into it

 

 

admin_build = 
[
"",   // NAME
"",   // NAME
"",   // NAME
""    //NAME
];

if ((getPlayerUID player) in admin_build)) 
then{
		DZE_StaticConstructionCount = 1;
	} 
else{
		DZE_StaticConstructionCount = 3;
	};

and then in your init.sqf at the bottom put

[] execVM "build.sqf";

50/50 chance it will work, again 2am here.

Link to comment
Share on other sites

  • 0

Try this, Doubt It will work, but you never know, Plus is 2am here for me so I'm pretty tired, 

 

In you're mission.pbo create a file called build.sqf

 

and put this into it

 

 

admin_build = 
[
"",   // NAME
"",   // NAME
"",   // NAME
""    //NAME
];

if ((getPlayerUID player) in admin_build)) 
then{
		DZE_StaticConstructionCount = 1;
	} 
else{
		DZE_StaticConstructionCount = 3;
	};

and then in your init.sqf at the bottom put

[] execVM "build.sqf";

50/50 chance it will work, again 2am here.

 

That should work for fast building, but he is looking for a script that would allow an admin to upgrade any building without the materials on hand.

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