Search results

  1. H

    [Support] DZMS DayZ Mission System

    I am looking to add some rare weapons into this missions system, but have a question about the following code: /load mg _scount = count DZMSmgList; for "_x" from 0 to 1 do { _sSelect = floor(random _sCount); _item = DZMSmgList select _sSelect; _crate...
  2. H

    Dynamic Spawn Manager Error

    Thank you, error free again.
  3. H

    Dynamic Spawn Manager Error

    I have updated to latest dynamic spawn manger file and am getting this. Any clues?
  4. H

    Sarge AI Installation question (server_cleanup.fsm)

    I have nothing like the below code in my server functions file.
  5. H

    Sarge AI Installation question (server_cleanup.fsm)

    The portion below is now located in your server_functions.sqf file. As for the below portion, I am still waiting on an answer for this myself. Can anyone answer this please so that I may get SARGE back up and working correctly? Where is the code located at now as it is no longer in...
  6. H

    server_cleanup.fsm

    I don't have any of the following in my server_clearnup.fsm files. The area this code should be in is about 15 empty lines. Is there somewhere else I need to input this?
  7. H

    veh_destroyed.sqf not fou

    Thanks, error gone.
  8. H

    veh_destroyed.sqf not fou

    Should it be: DZAI_vehDespawn = compile preprocessFileLineNumbers format ["%1\spawn_functions\veh_despawn.sqf",DZAI_directory]; ?
  9. H

    veh_destroyed.sqf not fou

    Line 85 in DZAI\Init\dzai_functions calls to this file : DZAI_vehDestroyed = compile preprocessFileLineNumbers format ["%1\spawn_functions\veh_destroyed.sqf",DZAI_directory]; Yet, it does not exist....?
  10. H

    veh_destroyed.sqf not fou

    I have an issue. This is in my server report: 17:43:42 Warning Message: Script z\addons\dayz_server\DZAI\spawn_functions\veh_destroyed.sqf not found. Apparently this file is missing or it is a typo as it's not on github either. Could this have something to do with vehicles spawned via...
  11. H

    [SUPPORT] - Sheeps Epoch Repack

    I still have not found a fix for my above issue. If anybody could please help it would be awesome. As of right now I can't keep people on my server cause nothing they build stays after server restart. Please help!!
  12. H

    [SUPPORT] - Sheeps Epoch Repack

    So I streamed my server report while placing a safe in game and below is what came up at the time I was placing the safe, but I am not sure what I'm looking for at line 8 of the server_publishObject.sqf file. Please help. 18:26:13 Error in expression <uel = _this select 4; _code =...
  13. H

    [SUPPORT] - Sheeps Epoch Repack

    Still running 1.0.3.1 of epoch and have this install and everything seems to be working, but nothing that anybody builds stays after a restart. Walls, Safes, plot poles, etc....all of it vanishes after restart. Also, the landing pad for chopper evacs goes away on restart to. Any help please?
  14. H

    [SUPPORT] - Sheeps Epoch Repack

    Is there a readme on how to install this? Actually the install of the mission and server pbo's doesn't confuse me. What are the sql and instance_11_chernarus folders for? How do I access the admin tools? Last, do I need to setup a new DB for this?
Back
Top