Search results

  1. BluePhoenix175

    DayZ Admin tools

    UPDATE: within the next week or so i will be moving all support for these tools to a new location. the site is still a work in progress so i invite everyone to go check it out and give me some feedback(on the new site so this topic stays on topic) http://phoenixmods.freeforums.org/
  2. BluePhoenix175

    DayZ Admin tools

    we are working on it. at the moment we are focusing on fixing bugs that y'all have reported before we more features
  3. BluePhoenix175

    DayZ Admin tools

    please enshure that you have correctly made the changes to the dayz_server.pbo files
  4. BluePhoenix175

    [Release] Fred's Wardrobe v1.0.2

    add a sleep timer like this [CODE if ((getPlayerUID player) in ["######","######"]) then { sleep 5; player addaction [("<t color=""#0074E8"">" + ("Tools Menu") +"</t>"),"admintools\Eexcute.sqf","",5,false,true,"",""]; };[/CODE]
  5. BluePhoenix175

    DayZ Admin tools

    thats a good idea i will look into it thanks
  6. BluePhoenix175

    DayZ Admin tools

    check that you have set the correct instance ID in init.sqf we are working on adding this feature
  7. BluePhoenix175

    DayZ Admin tools

    freds wardrobe mod uses some code from my tools so they do conflict, however with some minor modifications you can add freds wardrobe to my tools. i believe someone posted a "how to" about 10 pages ago
  8. BluePhoenix175

    DayZ Admin tools

    " if (!(vehicle _x in _safety) && ((typeOf vehicle _x) != ""ParachuteWest"") && (vehicle _x getVariable [""Sarge"",0] != 1) ) then {" \n
  9. BluePhoenix175

    DayZ Admin tools

    github cut off part of the line use this " if (!(vehicle _x in _safety) && ((typeOf vehicle _x) != ""ParachuteWest"") && (vehicle _x getVariable [""Sarge"",0] != 1) ) then {" \n
  10. BluePhoenix175

    DayZ Admin tools

    that should work
  11. BluePhoenix175

    DayZ Admin tools

    all of the heal/ repair scripts are meant to be temporary. as for going back a page press backspace
  12. BluePhoenix175

    DayZ Admin tools

    remove the ###### from the UID check's they are only place holders
  13. BluePhoenix175

    DayZ Admin tools

    i will try it thanks sarge
  14. BluePhoenix175

    DayZ Admin tools

    we are aware of this bug and working to fix it
  15. BluePhoenix175

    DayZ Admin tools

    itsyuka is now officially a co dev for these tools he will be helping here on the forums with bugs and he will be helping me add new features and tweaking old ones
  16. BluePhoenix175

    DayZ Admin tools

    press F7 and turn on the alternate TP
  17. BluePhoenix175

    DayZ Admin tools

    waituntil {!isnull (finddisplay 46)}; sleep 30; player addaction [("<t color=""#0074E8"">" + ("Tools Menu") +"</t>"),"admintools\Eexcute.sqf","",5,false,true,"",""];
  18. BluePhoenix175

    DayZ Admin tools

    remove the UID check from Activate.sqf
  19. BluePhoenix175

    DayZ Admin tools

    ok there seems to a lot of confusion about the admin subgroups so here is a quick tutorial if ((getPlayerUID player) in ["1111","2222","3333","4444"]) then { //all admins if ((getPlayerUID player) in ["1111"]) then { //mods adminmenu = [ ["",true]...
Back
Top