Rubaum Posted May 8, 2015 Report Share Posted May 8, 2015 Good morning friends !!! Once a player is killed, he is kicket server. #59 "blo's minions grow stronger...";(findDisplay 46) displayRemoveEventHandler ["KeyDown", cmKeyPress];" I'm having this problem after the upgrade 0.3.0.3. Already added the error every way possible in line 60 of script.txt file without success. Can help me solve the problem? Link to comment Share on other sites More sharing options...
0 Dawg Posted May 8, 2015 Report Share Posted May 8, 2015 If you add a 1 in front of the line instead of that 7 it will then only put the issue to a log. Realized this may not be ideal in protecting the server but good temp fix till you can get an exception working. Do a search in the epoch forum someone put a link here to a Battle Eye Tutorial. Hope some of this helped a little. Link to comment Share on other sites More sharing options...
0 Rubaum Posted May 11, 2015 Author Report Share Posted May 11, 2015 Thank you very much Link to comment Share on other sites More sharing options...
0 SadBoy1981 Posted May 11, 2015 Report Share Posted May 11, 2015 Good morning friends !!! Once a player is killed, he is kicket server. #59 "blo's minions grow stronger...";(findDisplay 46) displayRemoveEventHandler ["KeyDown", cmKeyPress];" I'm having this problem after the upgrade 0.3.0.3. Already added the error every way possible in line 60 of script.txt file without success. Can help me solve the problem? Line around 60 starting with 7 displayRemoveEventHandler add !""blo's minions grow stronger...";(findDisplay 46) displayRemoveEventHandler ["KeyDown", cmKeyPress];"" Link to comment Share on other sites More sharing options...
0 Rob2 Posted May 11, 2015 Report Share Posted May 11, 2015 Line around 60 starting with 7 displayRemoveEventHandler add !""blo's minions grow stronger...";(findDisplay 46) displayRemoveEventHandler ["KeyDown", cmKeyPress];"" One need to escape " in the middle of a phrase... so it should be: !"\"blo's minions grow stronger...\";(findDisplay 46) displayRemoveEventHandler [\"KeyDown\", cmKeyPress];\"" And I think at least [ ] would be interpreted as regular expression. So maybe more literals must be escaped. However, I would simply add: !"minions grow stronger" BR Rob Link to comment Share on other sites More sharing options...
0 SadBoy1981 Posted May 12, 2015 Report Share Posted May 12, 2015 One need to escape " in the middle of a phrase... so it should be: !"\"blo's minions grow stronger...\";(findDisplay 46) displayRemoveEventHandler [\"KeyDown\", cmKeyPress];\"" And I think at least [ ] would be interpreted as regular expression. So maybe more literals must be escaped. However, I would simply add: !"minions grow stronger" BR Rob Line 60 start with displayRemoveEventHandler so this is keyword to understand what u must to add, maybe not all line but line must include keyword anyway Link to comment Share on other sites More sharing options...
Question
Rubaum
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now