A Little help with battle eye kick....

Nurdle

New Member
Ok so trying to learn a little more about Battle Eye and editing the files to stop kicking.

I'm getting kicked for Script Restriction #205
After reading through tutorials etc, I kind of understand what needs to be added and where to find the line (line 1 = line 0, and don't count lines commented out //).

So from my calculation #205 is line 213 which is
Code:
5 setVehicleInit

The kick I'm getting is...
Code:
#205 "s select 2) + 1];
sleep 0.05;

I have editied the line to look like this...
Code:
5 setVehicleInit !"s select 2) + 1];sleep 0.05;

but still kicked for #205.

I'm pretty sure what I have added is wrong or entered incorrectly into scripts.txt.
I have managed to stop the kicks previous to this error following the same method. I just need a little help squashing this kick and helping me further understand BE.

Thanks in advance

Nurdle
 
in your kickmessage should stand a bit more than what you have posted...
and if thats your finished edit
Code:
5 setVehicleInit !"s select 2) + 1];sleep 0.05;
then you are missing a closing "
 
Back
Top