Cant get auto refuel to work on my dayz.st server

Scithia

New Member
Ive tried following youtube videos and other forums ive spent a day uploaded edited and deleted and redone so many pbos and i cant get auto refuel to work.
Any tips/help walkthroughs, would be appreciated?
also help on a salvage script would be great.
 
Download This
Retrieve your Mission.PBO
Enter your init.sqf
Add the following Line
Code:
if (!isDedicated) then {
    [] execVM "mods\kh_actions.sqf";
};
Make a new folder called mods
Copy and paste the 2 downloaded files and paste them both into the mods folder
Pack your PBO and upload it to your server,
Restart the server and test
 
Back
Top