Search results

  1. X

    server_cleanup.fsm & Epoch 1.0.4

    Please post your server_functions, because those 2 files dont seems to have any bugs. xBowBii
  2. X

    server_cleanup.fsm & Epoch 1.0.4

    Please post your init.sqf, server_functions and server_UpdateObject and I will give it a look.
  3. X

    server_cleanup.fsm & Epoch 1.0.4

    @xSunSet don't use SargeAI.. I personally forgot that... I know that there is a bug (search on dayzepoch forums) that you can't enter a vehicle because of SargeAI.. Otherwise, post your init.sqf, server_functions and server_UpdateObject and I will give it a look.
  4. X

    server_cleanup.fsm & Epoch 1.0.4

    If you have any problems PM me I will maybe fix your problem. xBowBii
  5. X

    Teleporting w/ Admin tools epoch 1.0.3.1

    Please post your init.sqf and server_UpdateObject.sqf (only if you touched it, for ai missions, this, etc)
  6. X

    Epoch Trader menu rework

    I'm sorry but the Rubies tutorial is perfectly working.. And btw, please, if you do have a question for EPOCH, please come on dayzepoch forums. They will be able to help you quicker.
  7. X

    server_cleanup.fsm & Epoch 1.0.4

    So: Open your dayz_server\init\server_functions.sqf Line 800-803: Change all setDamage 1; to setDamage 0; Try that?
  8. X

    server_cleanup.fsm & Epoch 1.0.4

    Leeunderwood, give me a minute and I will get on my pc to send you the fix
  9. X

    Teleporting w/ Admin tools epoch 1.0.3.1

    Mhh, I'm going to test it and will post here if I find a solution
  10. X

    server_cleanup.fsm & Epoch 1.0.4

    @ebay did any of you guys found a fix for AI missions vehicles not saved? xBowBii
  11. X

    DayZ Epoch Building Stages set to 1

    Found it: http://epochmod.com/forum/index.php?/topic/5554-1-stage-building/
  12. X

    DayZ Epoch Building Stages set to 1

    No probs, I'm going to search too :)
  13. X

    DayZ Epoch Building Stages set to 1

    Yes it is possible, search on dayzepoch 's Forums. There is a thread explaining everything perfectly.
  14. X

    dayz_server.pbo

    Ahah! Thanks :) Don't forget to do this everytime you repack your dayz_server.
  15. X

    dayz_server.pbo

    Look your .rpt.. If on top of you RPT there are "file xxx.sqf not found" where xxx is server_functions.sqf, server_monitor.sqf, etc (all files located in dayz_server.pbo) then you need to: - Open your dayz_server.pbo with PBO Manager, - Click on the blue little wheel on top of PBO Manager's...
  16. X

    Teleporting w/ Admin tools epoch 1.0.3.1

    if ((getPlayerUID player) in ["addUIDsHERE"]) then { { //[] execVM "\z\addons\dayz_code\system\antihack.sqf"; } else { [] execVM "\z\addons\dayz_code\system\antihack.sqf"; }; Add your UID, it will 99% sure work
  17. X

    Teleporting w/ Admin tools epoch 1.0.3.1

    Mhhh. Then try to remove the "//PUT A ADMIN UID HERE." of all rows, maybe that's a fix.
  18. X

    Teleporting w/ Admin tools epoch 1.0.3.1

    Change //anti Hack if (not admin) then { [] execVM "\z\addons\dayz_code\system\antihack.sqf"; }; to AdminsExList = [ "343243", //PUT A ADMIN UID HERE. "343434", //PUT A ADMIN UID HERE. "etc" //PUT A ADMIN UID HERE. ]; if ( !(getPlayerUID in AdminsExList) ) then { [] execVM...
  19. X

    Teleporting w/ Admin tools epoch 1.0.3.1

    Boris please upload your init.sqf and I will check :)
  20. X

    server_cleanup.fsm & Epoch 1.0.4

    Search for "HACKER" in server_functions.sqf I think it might help you
Back
Top