Taviana BE Script Restriction #44 Refuel

schuwima

New Member
So, when I choose "Refuel" in the mini Menu I get kicked by Battleye "20:37:46 Player *** kicked off by BattlEye: Script Restriction #44". It all happens in a car
 
run

Code:
perl update_scripts.pl --world tavi c:\path\to\battleye\folder

And restart your server or send the loadscripts command. You should probably automate this command anyway - I run it every server restart, in case there are updates to the scripts.
 
awesom, thanks :)

EDIT: ok, battleye still kicks me, when i am trying to use it :/ same error code. It worked for ONE time without BE kick... nut now it is still kicking me
 
What does line 46 of your scripts.txt look like? From my Tavi scripts.txt --

Code:
5 setFuel !"\"setFuel\"," !"z\addons\dayz_code\compile\local_setFuel.sqf" !"\"dayzSetFuel\"" !"if (_fuel >= 1.0) then { _fuel = 1.0; };\n\n_target setFuel _fuel;"
 
mine says following:
Code:
5 setFuel !"\"setFuel\"," !"z\addons\dayz_code\compile\local_setFuel.sqf" !"\"dayzSetFuel\""

EDIT: The server changes the code at startup :/
 
Back
Top