Search results

  1. F

    [Release] Fred's Wardrobe v1.0.2

    Upload your server and mission files and I will take a look when I get home from work.
  2. F

    [Release] Fred's Wardrobe v1.0.2

    Did you edit YOUR init.sqf using the tutorial or did you just put the init.sqf I uploaded in your mission folder?
  3. F

    [Release] Fred's Wardrobe v1.0.2

    Right. Thanks for catching that.
  4. F

    [Release] Fred's Wardrobe v1.0.2

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

    [Release] Fred's Wardrobe v1.0.2

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

    [Release] Fred's Wardrobe v1.0.2

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

    [Release] Fred's Wardrobe v1.0.2

    Thanks guys. I have made the fix and updated the file on github.
  8. F

    DayZ Admin tools

    You are laughable. :)
  9. F

    [Release] Fred's Wardrobe v1.0.2

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

    [Release] Fred's Wardrobe v1.0.2

    http://opendayz.net/threads/bugs-with-dayz-1-7-6-1-or-just-me.8204/page-3 Follow the tutorial in post #47.
  11. F

    HALO Jump On Spawn! - Tutorial

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

    [Release] Fred's Wardrobe v1.0.2

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

    [Release] Fred's Wardrobe v1.0.2

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

    [Release] Fred's Wardrobe v1.0.2

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

    [Release] Fred's Wardrobe v1.0.2

    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?
  16. F

    [Release] Fred's Wardrobe v1.0.2

    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. :)
  17. F

    [Release] Fred's Wardrobe v1.0.2

    Thanks. I'm glad you were able to get everything working properly. Enjoy. :)
  18. F

    [Release] Fred's Wardrobe v1.0.2

    Thanks. If you need any help, let me know.
  19. F

    [Release] Fred's Wardrobe v1.0.2

    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. :)
  20. F

    [Release] Fred's Wardrobe v1.0.2

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