Search results

  1. D

    Phoenix Admin Tools - Installation Assistance Needed

    http://epochmod.com/forum/index.php?/topic/1200-how-to-disable-the-102-anti-tp-protection/ That was from 1.0.2, but it may still work for the current version. I haven't had a chance to look into it.
  2. D

    Phoenix Admin Tools - Installation Assistance Needed

    Make sure you have your UID set in all required files. (Activate.sqf, AdminToolsMain.sqf) It has to look a little something like this if ((getPlayerUID player) in ["UID HERE","SECOND UID HERE"]) then {
  3. D

    Phoenix Admin Tools - Installation Assistance Needed

    What exactly are you having issues with? Is menu not showing up? Is the server failing to start? We need more details.
  4. D

    Traders

    Make sure the class names for the air vehicle matches the class names for the trader.
  5. D

    how do I change the starting loadout for the latest dayz epoch version?

    If you want everyone to have that custom loadout, then it won't really matter where you put it in your init.sqf file. However, if you're creating something like donator perks etc, then you'll need to put: [] execVM "tools\*donatorscriptfilename*.sqf"; before the _playerMonitor =[] execVM...
  6. D

    Pheonix admin tools - trader issue?

    I wasn't able to get it working with the above code either, so I just set it back to default and took away the vehicle part of the admin script.
  7. D

    Pheonix admin tools - trader issue?

    Having a bit of an issue with Pheonix Admin tools running 1.0.2.4 Epoch. Everything works fine, up until I change the bit of code in server_cleanup.fsm I was told to put: " if(vehicle _x != _x && (vehicle _x getVariable [""Sarge"",0] != 1) && (vehicle _x getVariable [""Tool"",0] != 1)...
  8. D

    DayZ Epoch Easy Way To Restock Items?

    Is there a way to make it so I can run this script manually and it'll update any item, vehicle and weapon in the trader_data that is under qty=50?
  9. D

    The Lost Souls - Custom DayZ Epoch - AU

    We are a new clan that have just started up an Epoch server, over the past week we have been gaining more and more players, which is telling us that we're doing something right, right? At the moment, the custom mods include: Auto-refuel and repair at all gas stations Name-tags on players...
  10. D

    [Working] Repair and Refueling Stations

    In your trader city it should have a building of some description regardless, you could make that perticular building trigger the auto-refuel/repair as far as I know.
Back
Top