TBsThug

BE Keeps Kicking after infiSTAR install

6 posts in this topic

[SOLVED]

I have installed infiSTAR today and got it running. Then three of use got kicked for script restriction 3

This is what I found and did to try and fix. Still kicking.

27.03.2016 19:02:14: Thug (X) XX - #3 " isEqualTo 'STRING')then
                        {
                            _html = _display49 ctrlCreate ['RscHTML', 3307182];
                            _html ctrlSetBackgroundColor "

I put the line below at the end of line 5

 !=" isEqualTo 'STRING')then\n{\n_html = _display49 ctrlCreate ['RscHTML', 3307182];\n_html ctrlSetBackgroundColor "

script.txt link

http://pastebin.com/8FWcWjEE

 

 

Edited by TBsThug

Share this post


Link to post
Share on other sites
Advertisement

Are you sure that you put them in the correct folder? If you haven't already you should try setting a battleye folder path in your startup parameters using -bepath and if it is in the same folder as your bat file/directory use -bepath=BattlEye

Share this post


Link to post
Share on other sites
On 3/28/2016 at 10:08 PM, TBsThug said:

I have installed infiSTAR today and got it running. Then three of use got kicked for script restriction 3

This is what I found and did to try and fix. Still kicking.

27.03.2016 19:02:14: Thug (X) XX - #3

I put the line below at the end of line 5

 !=" isEqualTo 'STRING')then\n{\n_html = _display49 ctrlCreate ['RscHTML', 3307182];\n_html ctrlSetBackgroundColor "

script.txt link

http://pastebin.com/8FWcWjEE

 

 

You need the spaces that are in the line breaks. Like this:

" isEqualTo 'STRING')then\n                        {\n                            _html = _display49 ctrlCreate ['RscHTML', 3307182];\n                            _html ctrlSetBackgroundColor "

Obviously the forum wrap ruins the thing but you get the idea. Put a \n on each home space for each line break and hit backspace once to concat the lines.

Edited by Teh Dango

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.