Search results

  1. M

    http://youtu.be/yLqQ9RPtI1g

    http://youtu.be/yLqQ9RPtI1g
  2. M

    [Support] DZMS DayZ Mission System

    edit DZMSMinTimer.sqf, add this DZMSMinDone = false; before while {_run} do and change this DZMSMinDone = nil; to this DZMSMinDone = false; same for DZMSMajDone variable in DZMSMajTimer.sqf
  3. M

    Krixes - Self Bloodbag Script

    Simplest solutions are the best. I'm going to use this too, thanks a lot!
  4. M

    Need feedback from DZAI users using beta 112555

    You're right Buttface, thanks. I'm going to migrate to new version soon. Anyway my 1.8.1.1 isn't really this version itself, I've made a lot of customisation and I've already implemented some of your fixes from newer versions :) I’d like to take this opportunity to thank you for developing...
  5. M

    Count AI left in an area?

    _radius = 2500; _cords = [10443.7,2199.12,0]; // elektro _list = _cords nearEntities [["SurvivorW2_DZ","Survivor2_DZ","Sniper1_DZ","Soldier1_DZ","Camo1_DZ","BanditW1_DZ","Bandit1_DZ","Survivor3_DZ"], _radius]; _players = {isPlayer _x} count _list; _ai = {!isPlayer _x} count _list...
  6. M

    http://youtu.be/uIGrncOQnDw

    http://youtu.be/uIGrncOQnDw
  7. M

    Need feedback from DZAI users using beta 112555

    18:08:25 Error in expression <elipatrols}; sleep 3; _objectMonitor = _objectMonitor - [objNull]; }; { priva> 18:08:25 Error position: <_objectMonitor - [objNull]; }; { priva> 18:08:25 Error Undefined variable in expression: _objectmonitor 18:08:25 File...
  8. M

    [Support] DZMS DayZ Mission System

    quickfix (to stop spamming rpt) for DZMSAISpawn.sqf replace switch (_skill) do { case 0: {_aicskill = DZMSSkills0;}; case 1: {_aicskill = DZMSSkills1;}; case 2: {_aicskill = DZMSSkills2;}; case 3: {_aicskill = DZMSSkills3;}; }; with switch (_skill) do { case 0: {_aicskill =...
  9. M

    Need feedback from DZAI users using beta 112555

    Version 1.8.1.1 works without any rpt errors so far :)
  10. M

    Sharing Bans.txt, lets help eachother keep our servers free of cheaters.

    yep, all of that (except bans for racism lol)
  11. M

    Sharing Bans.txt, lets help eachother keep our servers free of cheaters.

    I am that guy. My banlist, duplicates free - click me
  12. M

    Sharing Bans.txt, lets help eachother keep our servers free of cheaters.

    Catched by my antihack, mostly for possession of illegal items. 58f4f90c5853bb45195552af3faddb53 -1 Cheating/Hacking 72be84cb860452dd3922c6efa6db8ed5 -1 Cheating/Hacking 82e3d958fb3273825ca210ac378f15da -1 Cheating/Hacking 6572f72b8692f4f3c97231ea48da2ef6 -1 Cheating/Hacking...
  13. M

    Sharing Bans.txt, lets help eachother keep our servers free of cheaters.

    this simple .bat script (by Todd Vargo) works great for me It's a little bit more complicated, requires removing ban time and comment columns before converting :)
  14. M

    Sharing Bans.txt, lets help eachother keep our servers free of cheaters.

    Thank you for making this topic. by 'keeping it clear' i mean
  15. M

    Sharing Bans.txt, lets help eachother keep our servers free of cheaters.

    I think IP bans are useless since most of players has a dynamic IP. Dunno is there possibility to use wildcard like on this example 98.198.128.*
  16. M

    Sharing Bans.txt, lets help eachother keep our servers free of cheaters.

    100% confirmed cheaters from my server I also recommend you to keep the list clear, you can convert it in 1 minute with excel (example below)
  17. M

    [Support] DZMS DayZ Mission System

    \DZMS\Scripts\DZMSAIKilled.sqf above the line: sleep DZMSBodyTime; add this: {if !(_unit hasWeapon _x) then {_unit addweapon _x}} foreach ["NVGoggles","Binocular_Vector"]; or with random chance: {if (!(_unit hasWeapon _x) && ((random 1) < 0.50)) then {_unit addweapon _x}} foreach...
  18. M

    [Support] DZMS DayZ Mission System

    You need to change all global variables, not only paths.
  19. M

    Zed Free Zones

    Zed Free Zones Hello everyone! This simple script gives you a way to setup zed free zones in DayZ (1.8.0.3). It works by changing zed spawn limit variables on-the-fly, preventing spawning them by client side mechanism. This script may need changes in BE filters. I can not help with this since...
  20. M

    [Support] DZMS DayZ Mission System

    This works well for me vs normal vehicles (idk script works with epoch). You can edit this
Back
Top