Search results

  1. A

    Map Markers visable only if player has "ItemRadio"?

    Would someone be able to help me with this? I would like to create map markers and distress calls for crash sites but only have them visible if the player retrieves a radio from a dead NPC. Here is the code i have written for the message. Unsure if it works though. //Radio if (player...
  2. A

    DayZ Coordinates Converter

    Is there a way to have this added as a script? I would like to add this to my crash sites etc. so it could be displayed.
  3. A

    Air raid - bombing and siren

    Research triggers Very simple.
  4. A

    Quick Question FSM File

    init = /*%FSM<STATEINIT""">*/"//Clean groups" \n "{" \n " //diag_log (""CLEANUP: CHECKING GROUP WITH "" + str(count units _x) + "" UNITS"");" \n " if ((count units _x==0) && !(_x getVariable[""SAR_protect"",false])) then {" \n " deleteGroup _x;" \n " //diag_log...
  5. A

    Help with No Fly Zone

    Correct. You may want to review the OP link by UrbanSkaters.
  6. A

    DayZ.st Bliss server, script additions?

    Did anyone ever get the revive to work in DayZ?
  7. A

    Changing the hours of darkness

    Does this work as described above? I would like short nights also. Also what settings did you end up using? Thank You
  8. A

    Hi guys how to you make long days short nights?

    What about a DayZ.ST server on a private hive?
  9. A

    [Release] Fred's Wardrobe v1.0.2

    I just changed the combat check. I think I will be getting rid of self bloodbag anyways. I would like to add a humanity req for Wardrobe also. I know I saw a post somewhere...
  10. A

    [Release] Fred's Wardrobe v1.0.2

    Thats fine. Everything seems to working properly now. After adding this and changing the bloodbag to no combat check. Thanks BluePhoenix175 and everyone else who has and probably will help me in the future lol.
  11. A

    [Release] Fred's Wardrobe v1.0.2

    Had the bloodbag script also and this may be contributing to my problems. Would you kind sharing please?
  12. A

    [Release] Fred's Wardrobe v1.0.2

    My admin tools doesnt come back after using wardrobe using the above. And ideas? Did i enter it incorrectly?
  13. A

    [Release] Fred's Wardrobe v1.0.2

    Mine looks a bit different. Would this work? Yet to enter my UID's. // -------------------------------------------Item Fix Start------------------------------------------- private["_hasmapitem","_hascompassitem","_haswatchitem"]; _hasmapitem = "ItemMap" in weapons player; _hascompassitem =...
  14. A

    DayZ Admin tools

    Could I get a walk-thru on this? I would love to have Admin Tools work with Wardrobe.
  15. A

    [Release] Fred's Wardrobe v1.0.2

    Thank You for creating this mod. Everyone on my server is greatly enjoying it. I was wondering if you know how to get you mod to work well with the Dayz Admin Tools? http://opendayz.net/threads/dayz-admin-tools.8576/ I have gone through the majority of both threads but have failed to come up...
  16. A

    DayZ Admin tools

    Thanks. I will try this soon. Does anyone know if the Wardrobe mod interferes with the admin tools?
  17. A

    DayZ Admin tools

    I think that i am misunderstanding the Readme... If i am using the debug version where do I enter all of the Admins UID's? Is this correct? Its not showing up in game. AdminToolsMain.sqf //customise these menus to fit your server if ((getPlayerUID player) in ["37773318","83034502"]) then { //all...
  18. A

    [Request] Player ID zone restriction and humanity restriction zone

    Try class Markers { items=7; class Item0 { position[]={7839.6055,381.33774,8414.7324}; name="center"; type="Empty"; }; class Item1 { position[]={-18697.58,379.53012,25815.256}...
  19. A

    Help with No Fly Zone

    This is to have a no fly zone over Skalisty Island (you can change postion to wherever you prefer. Thanks to UrbanSkaters for posting http://opendayz.net/threads/request-player-id-zone-restriction-and-humanity-restriction-zone.8526/ Add to Mission.sqm class Sensors {...
  20. A

    [Request] Player ID zone restriction and humanity restriction zone

    This is to have a no fly zone over Skalisty Island (you can change postion to wherever you prefer. Thanks to UrbanSkaters for posting http://opendayz.net/threads/request-player-id-zone-restriction-and-humanity-restriction-zone.8526/ Add to Mission.sqm class Sensors {...
Back
Top