WORKING - Siphon Fuel Script

BadaBing! That did it ;) along with a missing coma I had forgot I now have it working and the words show.
Thanks all!
 
I am running Taviana and trying to get it to work.
Refuel works because it says
bla bla bla 20 liters bla bla bla
There is no option for siphon fuel.
Any ideas?
 
Hi guys,

I would like show you my tutorial about this addon.
I made this tutorial for the french community on my website My-DayZ.fr
--> http://my-dayz.fr/pages/siphoner-les-vehicules

But I can explain you in english how to add it.
Actually this addon works with DayZ 1.7.7.1

HOW TO

Step 1 :

You have to download the folder "fixes"--> here
Place this folder on your mission folder.

Step 2 :

Edit your "init.sqf" and replace the line :

Code:
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf";


To this :

Code:
call compile preprocessFileLineNumbers "fixes\compiles.sqf";

Save your file, repack your PBO and enjoy !

Thanks to TorturedChunk for the original post !
 
However I got a problem with this script.
Now I have 2 actions when I want to refuel my car.
As you can see on this picture :



I got 2 actions :
"Refuel GAZ (blue)"
"Refuel GAZ (blue) with 20L"

The first action doesn't work but the second works fine.

My question is : How to delete the first action ?
 
Back
Top