chopper ammo reloading

mrfivealive

New Member
has the issue of getting kicked for attempting to reload the the chopper's guns been fixed?
having trouble searching for an answer.
would love to fix this

thanks in advance!
 
Sorry for my ignorance but is there a tutorial on how to update the filters? I think you are referring to the battleye script txt, but how do i know what is kicking me? how does that correspond to the script txt?

thanks in advance
 
Sorry for my ignorance but is there a tutorial on how to update the filters? I think you are referring to the battleye script txt, but how do i know what is kicking me? how does that correspond to the script txt?

thanks in advance
You have to read the code lines in scripts.log
Open the file in a text/source editor such as Notepad++ (I recommend this due to it's ability to handle very large files)
CTRL+F, find the script restriction number given when you're kicked, then read the lines around the find. You should find something like: "MM.DD.YYYY HH:MM:SS: PLAYERNAME (ip:port) GUID - #xx 'offending code'"
In this case, the offending code would be: setFuel with parameters.

You can use this tactic to find other problems.
If you get kicked for a Create Vehicle restriction, open your createvehicle.log and do the same process.
 
Back
Top