Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 964 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 964 Bytes

AutoRefuel

This script is written by AxeCop and only placed here for an easy download in my tutorials.

  1. Click Download Zip on the right sidebar of this Github page.

  2. Log into your server via FTP or your host's File Manager. Locate, download, and unpack (using PBO Manager or a similar PBO editor) your MPMissions/Your_Mission.pbo, and open the resulting folder.

    Note: "Your_Mission.pbo" is a placeholder name. Your mission might be called "DayZ_Epoch_11.Chernarus", "DayZ_Epoch_13.Tavi", or "dayz_mission" depending on hosting and chosen map.

  3. Extract the downloaded folder and copy the service_point folder into the root of your mission folder.

  4. Open the init.sqf in the root of your mission folder and paste the following at the bottom of the if(!isDedicated) code block:

    //Auto-Refuel
    execVM "service_point\service_point.sqf";