Search results

  1. J

    Dayz Sahrani - Mod Development - Work In Progress

    Anyone have any luck getting this to work on HFBservers?
  2. J

    [HELP] How to add vehicles to Epoch?

    dynamic_vehicle.sqf location is @DayZ_Epoch_Server\addons\dayz_server.pbo open that pbo, and its under missions\yourmapname that you want to edit the dynamic_vehicle.sqf. **Note, all folders in there contain a dynamic_vehicle.sqf, so make sure your editing the one for your mission.**
  3. J

    Admin tools help

    I know this is a few weeks old. HBF servers setup slightly different. Follow this format, and you should have no problems. Any Battleye modifications (setpos.txt, attacho.txt, scripts.txt.) Location: CONFIGFILES/Battleye If running a mod and you need to edit dayz.code.pbo Location...
  4. J

    DayZ Epoch Custom Admin Tools

    The setDamage 0 worked. Much thanks.
  5. J

    DayZ Epoch Custom Admin Tools

    If running a private server, and hacking isn't a worry, couldn't this code just be omitted out? //Check for hackers { if(vehicle _x != _x && !(vehicle _x in PVDZE_serverObjectMonitor) && (isPlayer _x) && !((typeOf vehicle _x) in DZE_safeVehicle)) then { diag_log ("CLEANUP: KILLING A...
Back
Top