Jump to content
  • 0

Script restriction #59


Rubaum

Question

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

5 answers to this question

Recommended Posts

  • 0

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

  • 0

 

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

  • 0

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

  • 0

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...