Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Battleye script restriction #20 #7

Closed
ghost opened this issue Mar 27, 2013 · 4 comments
Closed

Battleye script restriction #20 #7

ghost opened this issue Mar 27, 2013 · 4 comments

Comments

@ghost
Copy link

ghost commented Mar 27, 2013

I get kicked by battleye during the loading of dayz with "Script Restriction #20".

Here is my scripts.txt

http://pastebin.com/LcjNfiHw

Sorry for my english

@thecannons
Copy link
Owner

!"_detonate = "grenade" createVehicle _pos;"

Add that to line 23 in your scripts.txt

On Wed, Mar 27, 2013 at 12:50 PM, Quentix notifications@github.com wrote:

I get kicked by battleye during the loading of dayz with "Script
Restriction #20".

Here is my scripts.txt

http://pastebin.com/LcjNfiHw

Sorry for my english


Reply to this email directly or view it on GitHubhttps://github.com//issues/7
.

@ghost ghost closed this as completed Mar 27, 2013
@ghost
Copy link
Author

ghost commented Mar 27, 2013

Thanks a lot for your work.

@MrSim
Copy link

MrSim commented Jul 21, 2013

Hello I have just been getting this Battleye Script restriction #20 and cannot figure out why I'm getting it.
I have been getting on this server for awhile and never had this problem. It is a server that me and some friends of mine own.

Here is my scripts.txt

https://www.dropbox.com/sh/7g5anztpsf4jsyr/oOqUMy5J9s

Ok an update about this complication. No matter what i do with the script it just keeps going to the next one and kicking me

@thecannons
Copy link
Owner

Pay attention to the restriction #. If its script restrictions its in your scripts.txt at line #18-22 (hence restriction #20)

In your .rpt file, youll notice right after your kicked that there will be code that shows after the restriction #, this will be the code you need to add to your scripts.txt file in battleye folder.

Example: script restriction #20 _someObject setDamage 1;

In your scripts.txt add this to the proper line to filter it out: !_someObject setdamage 1

Save and done.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants