TBsThug 38 Report post Posted March 28, 2016 (edited) [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 April 15, 2016 by TBsThug Share this post Link to post Share on other sites
Quixy 50 Report post Posted March 28, 2016 have you change the BE filters from Infistar in your battleyeye Folder? Share this post Link to post Share on other sites
TBsThug 38 Report post Posted March 28, 2016 Yes, I put the filters in that came with the download Share this post Link to post Share on other sites
Surge132 11 Report post Posted April 1, 2016 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
Teh Dango 136 Report post Posted April 15, 2016 (edited) 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 April 15, 2016 by Teh Dango Share this post Link to post Share on other sites
TBsThug 38 Report post Posted April 15, 2016 @Teh Dango thank you Share this post Link to post Share on other sites