I take no offense to that comment. :) It IS outside my current ability. Keep in mind I opened up my first mission file less than a month ago and only started working on my own custom scripts about two weeks ago. :P
I use both on my server but I just use the admin tools to switch my skin and let the players use the wardrobe. If you wanted to switch skins through the wardrobe and then have your admin tools option come back up you have to add the following code to the bottom of each of the skin files in the...
If there is a way, I don't know it. The purpose of the timer is just to avoid a player spamming it. If they logout and back in to get the menu again, that is stopping them from spamming it anyways. My original plan for the timer was not to restrict their access as much as you have. I will...
Great work Fr1nk! If you get the time, could you post a quick tutorial for the changes you made. It may come in handy if other players using 2017 decide to download the addon.
Is it possible to make it so players only spawn in like this if it is there first time on the server or they have just died? I'm assuming you would have to be able to get the script to check the database for an alive player in the survivor table. However, I have no idea how to do this. lol
Obviously, this addon won't be a great fit for every server. It was made for my PvE server and it fits very well there. Also, this is an easy way to allow players to access non-dayz skins without the admin having to do it manually through the database everytime the player dies.
Unfortunately, I am not exactly sure what the issue would be. I am not fully knowledgeable of the battleye files. Has anyone else had any issues with battleye like this? Hopefully someone else will know how to fix this for you. In the meantime, I will look for a solution.
The easiest way to only allow select individuals to access the wardrobe menu would be to change your wardrobe_activate.sqf to the following.
waituntil {!isnull (finddisplay 46)};
sleep 15;
if ((getPlayerUID player) in ["#########","#########"]) then {
wardrobe = player addaction [("<t...
It definitely runs on DayZ.ST, that's who I am hosted through.
I tested my addon with default battleye files and I didn't receive any kicks. What restriction is it?
Haha. Thanks for the support, maybe we can work on a project together some day.
It's good to see that everyone is having an easy time with the installation. I'm glad your players are enjoying it. :)
Sounds great. I will update the original post with whatever you come up with. Also, if anyone else tests this on other maps just let me know and I will add it to the original post. :)
In the wardrobe_main.sqf you will see the following code:
if ((getPlayerUID player) in ["#########"]) then {
wardrobe =
[
["",true],
["DayZ Clothing", [2], "#USER:WardrobeDayZ", -5, [["expression", ""]], "1", "1"],
["Custom Clothing", [3], "#USER:WardrobeCustom", -5...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.