Search results

  1. BluePhoenix175

    DayZ Admin tools

    still looking into the spawn bug. tested the relog bug and i can not duplicate it is there any more information you can give me.
  2. BluePhoenix175

    DayZ Admin tools

    correct it now adds a option to the scroll menu if that is active you can teleport on top of buildings they need to be on there own lines, for some reason github messes with the formatting of the readme file that is a variable name it really does not matter what it is named
  3. BluePhoenix175

    DayZ Admin tools

    Please review the install instructions inside README lines 31 to 36
  4. BluePhoenix175

    DayZ Admin tools

    what map are y'all installing this on?
  5. BluePhoenix175

    DayZ Admin tools

    looking into it i will keep you updated
  6. BluePhoenix175

    DayZ Admin tools

    you spawned a s a bird correct?
  7. BluePhoenix175

    DayZ Admin tools

    found your problem. if ((getPlayerUID player) in ["Merg","Merg"]) then {please review the install instructions in the readme
  8. BluePhoenix175

    DayZ Admin tools

    give this a try
  9. BluePhoenix175

    DayZ Admin tools

    up load your mission pbo
  10. BluePhoenix175

    DayZ Admin tools

    fixed skin change removing menu. to update replace current skins folder with the new one
  11. BluePhoenix175

    DayZ Admin tools

    change the code in Activate.sqf to waituntil {!isnull (finddisplay 46)}; sleep 60; if ((getPlayerUID player) in ["#######","#######"]) then { player addaction [("<t color=""#0074E8"">" + ("Tools Menu") +"</t>"),"admintools\Eexcute.sqf","",5,false,true,"",""]; }...
  12. BluePhoenix175

    Could someone help me add this admin tool? (desc)

    you failed to follow my install instructions in the readme find this code if (!isDedicated) then { // If mission is loaded by a player execute the player monitor 0 fadeSound 0; 0 cutText [(localize "STR_AUTHENTICATING"), "BLACK FADED", 60]; _id = player addEventHandler ["Respawn", {_id = []...
  13. BluePhoenix175

    DayZ Admin tools

    i found this bug myself approx 1 hr ago. i will work on a fix tomorrow
  14. BluePhoenix175

    DayZ Admin tools

    as i said before i have no idea YET F5, F6, user action #19, and user action #20 are no longer valid. try this in Activate.sqf change the code to waituntil {!isnull (finddisplay 46)}; player addaction [("<t color=""#0074E8"">" + ("Tools Menu")...
  15. BluePhoenix175

    DayZ Admin tools

    relog
  16. BluePhoenix175

    DayZ Admin tools

    scroll your mouse wheel
  17. BluePhoenix175

    DayZ Admin tools

    that code was taken from the scripts.txt file you uploaded, as the code above is script restriction #18 and the value is set to 1 there is no possable way you can be KICKED for #18
  18. BluePhoenix175

    DayZ Admin tools

    this is the restriction for #18 1 createUnit !"\"createUnit\"," !"BIS_MPF_logic = BIS_MPF_dummygroup createUnit [" !"_newUnit = _group createUnit [_class,dayz_spawnPos,[],0,\"NONE\"]" the "1" at the very start of the line means log to file do not kick, therefore you can not be getting kicked...
  19. BluePhoenix175

    DayZ Admin tools

    if i do not know what the problem is how can i fix it?
  20. BluePhoenix175

    DayZ Admin tools

    are you sure there script restrictions and not createvehicle, remoteexec, publicvariable...
Back
Top