Search results

  1. xxlsebi

    Prevent Zombie Spawning

    Tried it before.. but it didnt worked.. player_SpawnCheck.sqf: around line 157 if (_age > 3) then { _xy_inNoZedZone = (TDC distance _position) < 200; if(!_xy_inNoZedZone){ // zed-free zone _x setVariable...
  2. xxlsebi

    Prevent Zombie Spawning

    Sth. like: expActiv="nul = [] execVM ""scripts\removeZeds.sqf"";"; on the trigger?
  3. xxlsebi

    Prevent Zombie Spawning

    Hi, thank you for your reply ;) Does it work if I set the condition to this: (player distance "MarkerBlabla") < 400 I think the script only have to run if someone is near like 400 meters. The radius will be set to 200 I think
  4. xxlsebi

    Prevent Zombie Spawning

    Hi, I searched a long time for a script which allows me to set a region where zeds cant spawn.. I tested everything what was posted here in this forum, but nothing worked .. :/ How can I prevent Zed-spawning on my base? e.g radius of 200m or sth. else.. Greetings!
  5. xxlsebi

    Bugs with dayz 1.7.6.1 or just me?

    Error: 19:59:52 Error Nullteiler 19:59:52 File z\addons\dayz_server\system\server_monitor.sqf, line 186 19:59:52 Error in expression < addMagazineCargoGlobal [_x,(_objWpnQty select _countr)]; }; }; _countr = _count> 19:59:52 Error position: <select _countr)]; }; }; _countr = _count>...
  6. xxlsebi

    Write to database using HiveEXT.dll

    hive properties says that the version is called "0.9.6.10" how can i check the number (eg. 999)
  7. xxlsebi

    Write to database using HiveEXT.dll

    http://gyazo.com/31b14e647a34492f2c7bc00854a19a06
  8. xxlsebi

    Write to database using HiveEXT.dll

    does not work over here.. _recht = ">= 1"; _key = format["CHILD:999:SELECT unique_id FROM `profile` where `recht` %1", _recht]; _data = "HiveEXT" callExtension _key; diag_log("Member: Fetching messages..."); //Process result _result = call compile format ["%1", _data]; _status = _result...
  9. xxlsebi

    Mission read from bank

    look up for the right taviana version (.eu or .com) make sure that you have the right mod folders e.g @dayztaviana/addons (check the addons folder in the mod folder)
  10. xxlsebi

    Mission read from bank

    Problem solved. Fail with addons folder
  11. xxlsebi

    Mission read from bank

    10 tavi 25600 25600 is not the problem :(
  12. xxlsebi

    Mission read from bank

    Hey, I rebuilt the missionfile with --instance 1 [perl build.pl --world tavi --instance 1] hiveext.ini has the right data.. I don't get it.. :(
  13. xxlsebi

    Mission read from bank

    not really :(
  14. xxlsebi

    Mission read from bank

    Here are my installation commands, in one batch file (REM are comments) REM perl build.pl --world tavi REM perl db_migrate.pl --username ****** --name *** --password *** REM perl db_utility.pl --username *** --database *** --password *** setworld tavi perl db_spawn_vehicles.pl...
  15. xxlsebi

    Mission read from bank

    Hey, i have this error: 18:40:45 Dedicated host created. 18:40:47 BattlEye Server: Initialized (v1.170) 18:40:47 Host identity created. 18:40:47 BattlEye Server: Initialized (v1.170) 18:40:47 Host identity created. 18:41:19 TDC | iNS4NE uses modified data file 18:41:19 BattlEye Server...
Back
Top