New version of anti-cheat script!

when i update the public variable list what x00 posted
i get kicked for

Code:
23.02.2013 00:54:40: [G4F]Glowpowner (**.***.***.**:****) d69d6650879cf3797e8cfd1a0d6db98b - #215 "zombieDistanceScreen",
 
"theKeyControl", "plrshldblckls", "zombieshield", "pathtoscrdir", "footSpeedKeys", "wl", "spawnitems1",
 
""
 
when i update the public variable list what x00 posted i get kicked for

Any variable in the that publicvariable list will appear in your scripts.log. This means that you need to make sure that you are not kicking for these variables via your scripts.txt as they will be generated for all players.

In this instance, you most likely have the following in your scripts.txt file:
Code:
5 "zombieshield"

You may wish you edit that line to the following to make this anti-cheat work:
Code:
1 "zombieshield"

You could also try something like this though I have not tested it:
Code:
5 "zombieshield" !", "zombieshield","
 
Any variable in the that publicvariable list will appear in your scripts.log. This means that you need to make sure that you are not kicking for these variables via your scripts.txt as they will be generated for all players.

In this instance, you most likely have the following in your scripts.txt file:
Code:
5 "zombieshield"

You may wish you edit that line to the following to make this anti-cheat work:
Code:
1 "zombieshield"

You could also try something like this though I have not tested it:
Code:
5 "zombieshield" !", "zombieshield","

Totally forgot these, thank you.
 
Yes, I want a white sheet for Him! Even if he utrarevshy not worked very well! and I plan to make to the list of large number of banned!
Sorry for my english!
 
My server is using Pwnoz0r's DayZ Private Server Pack.
Percent do thing \ MPMissions folder?
You do not have the following files on this server.
init \ server_functions.sqf
Will I be able to install what if.
Please tell me how to install.

Please help me.
Thank you
 
My server is using Pwnoz0r's DayZ Private Server Pack.
Percent do thing \ MPMissions folder?
You do not have the following files on this server.
init \ server_functions.sqf
Will I be able to install what if.
Please tell me how to install.

Please help me.
Thank you

Install in dayz_server.pbo (@Hive/Addons) for Pwnoz0r's Server Pack
 
Back
Top