Search results

  1. Zatox

    Server red linking and kicking everyone off

    I have my server set for automatic restarts every 2 hours. Around an hour went by and the red chain link came up for everyone on the server and 10 seconds later disconnected everybody. When you rejoin the restart timer on debug resets back to 120 minutes. This happens every single time the...
  2. Zatox

    Custom Epoch markers not showing up

    I figured it out. I had to change { items=17; To { items=18; To account for new marker. Can't believe I missed it :P
  3. Zatox

    Custom Epoch markers not showing up

    I'm adding them EXACTLY how they are supposed to be adding yet nothing shows up? Here is my mission.sqm file, Item 17 being the marker I'm trying to add in on skalisty island. { items=17; class Item0 { position[]={7839.6055,381.33774,8414.7324}...
  4. Zatox

    How can I disable the F1-12 keys and keys like that?

    How do I disable the keys that come up with the menu on the left of the screen for dayz epoch?
  5. Zatox

    Dayz Epoch can't build

    That was it. Thank you!
  6. Zatox

    Dayz Epoch can't build

    When I go to build something nothing shows up for the controls and space bar does not build anything? I'm running custom debug, admin tools, towing/lifting, service station, and some custom buildings.
  7. Zatox

    Airlifting not working or showing up in scroll

    I think the problem is within this: #include "\z\addons\dayz_code\system\BIS_Effects\init.sqf" [] execvm 'AGN\agn_SafeZoneCommander.sqf'; if (!isDedicated) then { [] execVM "admintools\AdminList.sqf"; [] execVM "admintools\Activate.sqf"; // ---------------- CONFIG START ---------------- //...
  8. Zatox

    Players dying and spawning in same spot/same gear - DayZ Epoch

    Nevermind I got it. I forgot a ; in the playerdied compiles.
  9. Zatox

    Players dying and spawning in same spot/same gear - DayZ Epoch

    When my players die they spawn in sometimes with no gear but tool belt items and a gun with backack, sometimes with exact same gear that they died with and right where they died, and only when I delete the player_data and delete them completely from server do they actually spawn in with all the...
Back
Top