bha2 / passive-anticheat-for-tc

Automatically exported from code.google.com/p/passive-anticheat-for-tc
0 stars 0 forks source link

[Fix] New cs_anticheat.cpp CommandScript #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Not "really" a problem

What is the expected output? What do you see instead?
N/A

What version of the product are you using? On what operating system?
N/A

Please provide any additional information below.

Hey man! Here is a little help with getting the anticheat commands in their 
"own" commandscript so you do not have to keep using cs_gm.cpp.

The first thing to do is in the 
/<path>/src/server/scripts/Commands/CMakeLists.txt simply add the follwing 
change:

  Commands/cs_account.cpp
  Commands/cs_achievement.cpp
+  Commands/cs_anticheat.cpp
  Commands/cs_gm.cpp
  Commands/cs_npc.cpp

Then place the attached file (cs_anticheat.cpp) in the 
/<path>/src/server/scripts/Commands folder. Enjoy! :-)

- Renius

Original issue reported on code.google.com by LoW.Renius@gmail.com on 24 Nov 2010 at 6:27

Attachments: