matt6950 Posted December 8, 2014 Report Share Posted December 8, 2014 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 More sharing options...
0 RIE_JACKTE(new) Posted December 8, 2014 Report Share Posted December 8, 2014 Link to comment Share on other sites More sharing options...
0 Antichrist Posted December 9, 2014 Report Share Posted December 9, 2014 You can add extra user levels and edit them to your liking in the same thing that we're not allowed to talk about anymore and you can assign UID's to it aswell, same as any other admin level Link to comment Share on other sites More sharing options...
0 Tech_Support Posted December 9, 2014 Report Share Posted December 9, 2014 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 More sharing options...
Question
matt6950
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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now