Kick on auto refule

SindreMA

New Member
Hei, i have a little problem with my refuleing on my server. When i hit the refule i get kicked by battleye #44
I know the it works without battleye.

Anyone that know how to fix this?
 

Attachments

  • kh_vehicle_refuel.sqf
    1.2 KB · Views: 3
  • kh_actions.sqf
    2.1 KB · Views: 3
where did you get this?...
the place where i found it contained some lines like how to install and also one string which has to be added to your scripts.txt

find the line which starts with
5 setFuel
and add this string at the end
!"if (_cfcust >= 1.0) then { _cfcust = 1.0; };"

restart your server and youre done...
 
where did you get this?...
the place where i found it contained some lines like how to install and also one string which has to be added to your scripts.txt

find the line which starts with
5 setFuel
and add this string at the end
!"if (_cfcust >= 1.0) then { _cfcust = 1.0; };"

restart your server and youre done...

i did that but now when i refuel a heli it gives me battleye kick #8
 
you should really check your logfiles...
and see what exactly is the problem...
script restrictions are listed in the scripts.log...
post the whole line here...
 
you should really check your logfiles...
and see what exactly is the problem...
script restrictions are listed in the scripts.log...
post the whole line here...
I have fixed the problem! thx for the help!
Everything is working now like it should!
 
Back
Top