Search results

  1. M

    DayZ Server Package -Released-

    Cool, new small dayz community will split into smaller servers community and end like dayz mod. Don't be so excited about this. There is few people who cares.
  2. M

    [Support] DZMS DayZ Mission System

    You can always use _lootPile = createVehicle ["weaponHolder",_pilePos,[], 0, "CAN_COLLIDE"]; however not sure about capacity and don't forget to _lootPile setVariable ["permaLoot",true]
  3. M

    Wanna play my server ? Visit https://www.facebook.com/shadowofchernarus

    Wanna play my server ? Visit https://www.facebook.com/shadowofchernarus
  4. M

    [DayZ mod 1.8.4.1] Help* Remove garbage/debris from the server

    This is a simple fix I've made for my server (1.8.6.1) init.sqf (on the very top) ["no trash fix"] spawn { waitUntil {!((isNil "sched_tg_minX")&&(isNil "sched_tg_minY"))}; sched_tg_minX=0; sched_tg_minY=0 }; The only side effects i found so far are: - plants doesn't spawn (i'm...
  5. M

    AI Helicopter Crashes Spawn Loot

    I'm sorry, I didn't noticed these replies before. I spent few hours today to fix this script and test it on DayZ 1.8.3. It works without any problems now, all description needed can be found in comment sections. mbnqcrash.sqf screenshot Feel free to mail me in any case next time :) cheers, mbnq
  6. M

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

    b53815e001a720062f6cf236b66ce66d 82e504247d0b4ed537bc25bf89894a7d Those two guys are using something new, very hard to detect.
  7. M

    All actual DayZ Mods are getting extremely borring

    I didn't said it failed. Not being top popular doesn't mean it failed lol. Anyway I'm not going to argue in this case, it's offtop actually.
  8. M

    All actual DayZ Mods are getting extremely borring

    I think I got this right since my server is almost like mod, but maybe just this line could be enough: I fully understand and agree with you (except personal insults of course). Szkoda, że zamknęliście Wasz projekt, tym bardziej, że polska scena dayz jest bardzo mała.
  9. M

    All actual DayZ Mods are getting extremely borring

    I don't wanna advertise, but share my experience. Guys, this is actually same I was thinking over a year ago when I was planning to start my current server. I had a casual dayz server before, with loads of loot, vehicles, helis, autorefuel, selfbloodbag, etc. but I was forced to shut it down...
  10. M

    battleWarden - Advanced RCon Tool for DayZ

    I'm using free version and have to say it's really nice software. How much is premium version now btw ?
  11. M

    Fail Mission Missing ;?

    You'd have to upload full file.
  12. M

    [Support] DZMS DayZ Mission System

    if (DZMSStaticPlc) then { _pos = DZMSStatLocs call BIS_fnc_selectRandom; // here };
  13. M

    Global variables

    https://community.bistudio.com/wiki/publicVariable
  14. M

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

    Can you explain it please ? I can't believe in that, it would be like amnesty for cheaters which aren't globally banned.
  15. M

    [Support] DZMS DayZ Mission System

    rpt is solution itself you are executing dzms 2 times, delete one of those lines [] ExecVM "\z\addons\dayz_server\DZMS\DZMSInit.sqf";
  16. M

    AI Helicopter Crashes Spawn Loot

    Can you post your server rpt log please ?
  17. M

    AI Helicopter Crashes Spawn Loot

    It was created for older version and I haven't tested it with the latest. However it should still work, but I think it has to be injected in these files now: DZAI\compile\heli_destroyed.sqf DZAI\compile\heli_parachute.sqf DZAI\compile\heli_airlanding.sqf under definition of _helictopter...
  18. M

    [Support] DZMS DayZ Mission System

    I believe that something like this, added to DZMSFunctions.sqf should resolve problem: while {(count (_pos nearEntities ["Man", 1000])) > 0} do { _pos = DZMSStatLocs call BIS_fnc_selectRandom; }; I'm using similar function to prevent missions being spawned too close to player...
  19. M

    [Help]Count Backpack Items

    This is because it returns nested arrays. [[magazine],[amount]] if (count (_backpackMag select 0) < 0) exitWith {hint "<0"}; if (count (_backpackMag select 0) == 0) exitWith {hint "0"}; if (count (_backpackMag select 0) > 0) exitWith {hint ">0"};
  20. M

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

    eb051e35aa54fc3ae6be495f0ef0799c -1 Cheating/Hacking fe6486b19a15aed6871f75d7cd28f6c2 -1 Cheating/Hacking 0198fb9ecf1a1c4cec0136dc84d5c363 -1 Cheating/Hacking aa6e3e8ca75efed9f1476518089ff1c6 -1 Cheating/Hacking 6e8f38bf9bed21f519d39eb006f83d4d -1 Cheating/Hacking...
Back
Top