Search results

  1. BluePhoenix175

    Default Mission pbo's

    here are the Rmod pbo's
  2. BluePhoenix175

    Default Mission pbo's

    i have noticed several threads with people asking for default, or unmodified mission.pbo's. so i have included in this post all available mission.pbo's including Rmod pbo's
  3. BluePhoenix175

    fresh mission file

    what map?
  4. BluePhoenix175

    DayZ Admin tools

    Update: - Good news: taviana(and similar maps) spawn bug has been fixed (thanks to fylthi), added No debug version to github, added section in AdminToolsMain.sqf for user made weapon kits (full Tutorial coming soon). - Bad news: spent 8hrs trying to get vehicle spawning, punishments via menu...
  5. BluePhoenix175

    DayZ Admin tools

    search this thread the answer is here in Sevres places
  6. BluePhoenix175

    DayZ Admin tools

    open scripts.txt locate 5 setFuel !"\"setFuel\"," !"cargod.sqf"," !"z\addons\dayz_code\compile\local_setFuel.sqf" !"\"dayzSetFuel\"" !"dayzSetFuel_code" !"dayzSetFuel = _val;"" !"scriptsMZ\MZ_reload.sqf" change to 1 setFuel !"\"setFuel\"," !"cargod.sqf","...
  7. BluePhoenix175

    DayZ Admin tools

    that code was for your scripts.txt to stop the kick. not for your refuel script
  8. BluePhoenix175

    DayZ Admin tools

    change the 5 to a 1 in your scripts.txt yes. use this format, item class names go inside ' ' GearAdd = (vehicle player); GearAdd addWeapon ' '; //main weapon GearAdd addMagazine ' '; //main weapon ammo GearAdd addMagazine ' '; //main weapon ammo GearAdd addMagazine ' '; //main weapon ammo...
  9. BluePhoenix175

    DayZ Admin tools

    that's caused by server lag i am trying to find a perm fix can you send me a PM with exactly how you fixed that in scripts.txt find "setFuel" should be within 3 lines of line 44 and change it to1 setFuel !"\"setFuel\"," !"cargod.sqf"," !"z\addons\dayz_code\compile\local_setFuel.sqf"...
  10. BluePhoenix175

    DayZ Admin tools

    thanks for testing it. loot and zombies spawning?
  11. BluePhoenix175

    DayZ Admin tools

    Google is your friend, try "arma 2 unpack pbo" for the search
  12. BluePhoenix175

    [Release] Fred's Wardrobe v1.0.2

    try this if (dayz_combat == 1) then { titleText ["You can't change clothes while in combat.", "PLAIN DOWN", 3]; sleep 5; titleFadeOut 1; } else { titleText ["Changing Clothes...", "PLAIN DOWN", 3]; sleep 3; [dayz_playerUID,dayz_characterID,'US_Soldier_EP1'] spawn...
  13. BluePhoenix175

    DayZ Admin tools

    install it, test it, let me know. if it works i will add it to the list
  14. BluePhoenix175

    [Release] Fred's Wardrobe v1.0.2

    using this method will allow players to get the menu after changing skins. to prevent this you can use the code that i have supplied on my thread in response to alkinda's post
  15. BluePhoenix175

    [Release] Fred's Wardrobe v1.0.2

    i can think of a couple ways to do this. unfortunately i think its a bit outside of freds current ability's (no offense fred), if i get some free time i will see if i can get it to work
  16. BluePhoenix175

    DayZ Admin tools

    yes redundancy is a good thing, try this instead 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,"",""]; };
  17. BluePhoenix175

    [Release] Fred's Wardrobe v1.0.2

    on line 4 remove};
  18. BluePhoenix175

    DayZ Admin tools

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

    DayZ Admin tools

    that is a malicious hack menu and will never be added as for the scripts you mentioned. some of them are malicious and others have no functionality for admins thus they will not be added it has been excessively mentioned both here and on the thread you linked they are inherently incompatible...
Back
Top