Error Battleye #20 combine SARGE AI and Auto Refuel

geds

Member
Hi sarge, I successfully installed your script SARGE AI (nice and hard work and good tutorial), but now I get an error when I combine SARGE and AI Auto supplies, I'm looking or is wrong, BUT I Find No , IT Exceeds my skills.

The error: BattlEye restriction #20

Here is a link with the mission pbo and the script.txt
dayz (Folder Link)
https://mega.co.nz/#F!KYoCmAaA!ABhzbGZaKJ9hJLwLXUR5oA
 
ok only one AI Sarge
Auto Refuel only ok

The problem is combined the two lines:

SARGE AI:

Code:
1 setFuel !"\"setFuel\"," !"z\addons\dayz_code\compile\local_setFuel.sqf" !"\"dayzSetFuel\"" !"if (_fuel >= 1.0) then { _fuel = 1.0; };\n\n_target setFuel _fuel;" !"_vehicle setFuel 1;\nif (SAR_EXTREME_DEBUG) then {diag_log "SAR_EXTREME_DEBUG: Vehicle refueled";};"

Auto Refuel:

Code:
5 setFuel !"\"setFuel\"," !"z\addons\dayz_code\compile\local_setFuel.sqf" !"\"dayzSetFuel\"" !"dayzSetFuel_code" !"dayzSetFuel = _val;" !"Scripts\kh_actions.sqf" !"Scripts\kh_vehicle_refuel.sqf"

If Sarge or other competent person can give us a solution I would be grateful.
 
Back
Top