Search results

  1. A

    [SUPPORT] DayZ of Glory (SPORKMOD)

    Anyone using this with infistars anti hack? People get banned when using the trader.
  2. A

    DayZ 1.8.0.3 handcuff player help

    I not sure how to add this in if player bal bal has skin = soldier_DZ then{ remove action }; Not sure how to do this
  3. A

    [SUPPORT] DayZ of Glory (SPORKMOD)

    Laptop not showing up
  4. A

    DayZ 1.8.0.3 handcuff player help

    There should be a script added to this If the player has a hunting knife they can try to break free with a 10% change of getting out each try
  5. A

    DayZ 1.8.0.3 handcuff player help

    Have a problem the hostage is on a roof or 2nd story. He is gets tied up put goes to the 1st floor. Probably need to add some elevation setter or something
  6. A

    DayZ 1.8.0.3 handcuff player help

    Any way to keep it so players can't mess with the traders?
  7. A

    DayZ 1.8.0.3 handcuff player help

    Can you make a full tutorial for other people in the scripts/addons section
  8. A

    DayZ 1.8.0.3 handcuff player help

    Working yet?? Try it on epoch?
  9. A

    New spawn server info board and welcome message/intro

    How to add music Add this playsound "intromusic"; After //God mode Start Looks like //God mode Start playsound "intromusic"; Now add this into the description.ext under class RscProgressNotFreeze { idc = -1; type = 45; style = 0; x = 0.022059; y = 0.911772; w = 0.029412; h = 0.039216...
  10. A

    New spawn server info board and welcome message/intro

    What the does? - Make a info board like the trader menu - displays info on your server or anything you want, such as rules How can I edit it? - Open the spawn.sqf and there is a config part only mess with that and the info board part. Not working? - Find this waitUntil { alive player }...
  11. A

    Epoch Panthera with ca\plant fix

    New stuff added to the server and new loading screen
  12. A

    Need help? Ask me

    I can help you for free, donations would be nice. I can almost script anything from self blood to base building. Just add me or Email me. Email [email protected] Skype kylekoenig2016
  13. A

    [SUPPORT] DayZ of Glory (SPORKMOD)

    Set the setTerrainGrid to this in the init.sqf setTerrainGrid 25;
  14. A

    Adding custom markers the easy way

    _marker = createMarker ["City", [146,[13018.5,3745.03,0.002]]; this way
  15. A

    How to build bridges the easy way.

    post the code for the Panthera bridge. How do you use this?
  16. A

    Adding custom markers the easy way

    Did you change this? _marker To _marker2
  17. A

    Adding custom markers the easy way

    Did you add another [] execVM "marker.sqf"; that is the same name as the new one EX [] execVM "marker.sqf"; [] execVM "marker2.sqf";
  18. A

    Adding custom markers the easy way

    yes just make another sqf file but rename it
  19. A

    UPDATED DayZ And DayZ Epoch Autorefuel all fuel pumps work and the ones that need power

    After this _countFuel = _countFuel + (count ((position _currentVehicle) nearObjects ["Land_wagon_tanker", _distance])); Add this to get all pumps working _countFuel = _countFuel + (count ((position _currentVehicle) nearObjects ["Land_fuelstation_army", _distance])); _countFuel = _countFuel +...
Back
Top