Jump to content
  • 0

Looking for a menu I can give donators


matt6950

Question

Hi. 

 

I am looking for a menu I can give players access to whist in game which saves to them. or one that I give them access to via profile ID.

 

I would like a menu I can edit my self. so I can control what they have access to. 

I want to give them things like 1 step build, and no overburden just as an example (nothing game breaking)

 

So I am basically looking for an admin menu I can edit my self that will run along side the admin menu we are not allowed to talk about :P 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

This post shows you how to add 1step build for players link:

 

FAST UPGRADE

Now, for fast upgrade you will need to go into your fn_selfActions.sqf and look for this

s_player_upgrade_build = player addAction [format[localize "STR_EPOCH_ACTIONS_UPGRADE",_text], "\z\addons\dayz_code\actions\player_upgrade.sqf",_cursorTarget, -1, false, true, "",""];

and change to

s_player_upgrade_build = player addAction [format[localize "STR_EPOCH_ACTIONS_UPGRADE",_text], "PATH-TO-YOUR-CUSTOM-SCRIPTS\player_upgrade.sqf",_cursorTarget, -1, false, true, "",""];

Replace PATH-TO-YOUR-CUSTOM-SCRIPTS with the path to the directory in which you will be storing your custom scripts, e.g "custom\scripts\player_upgrade.sqf".

 

from there you need to go into your custom variables file and add this line

WG_adminBuild = ["0","0","0"];

very near the top just below this line

disableSerialization; Replace the 0's with your PlayerUID/SteamUID's for the players and admins that you want to have access to instant building.  :D

 

 

just sharing the info and link i take no credit for shit

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