Add support for bot without "player" classname in Hamsandwich (bug 6111, r=ds)

This commit is contained in:
Arkshine
2014-05-01 10:21:46 +02:00
parent 6eb10a5f5a
commit d3f22d2089
10 changed files with 261 additions and 5 deletions

View File

@ -99,6 +99,7 @@
<ClCompile Include="..\hook_callbacks.cpp" />
<ClCompile Include="..\hook_create.cpp" />
<ClCompile Include="..\hook_native.cpp" />
<ClCompile Include="..\hook_specialbot.cpp" />
<ClCompile Include="..\sdk\amxxmodule.cpp" />
<ClCompile Include="..\config_parser.cpp" />
<ClCompile Include="..\DataHandler.cpp" />
@ -113,6 +114,7 @@
<ClInclude Include="..\hook_callbacks.h" />
<ClInclude Include="..\hook_create.h" />
<ClInclude Include="..\hooklist.h" />
<ClInclude Include="..\hook_specialbot.h" />
<ClInclude Include="..\typetocell.h" />
<ClInclude Include="..\Trampolines.h" />
<ClInclude Include="..\sdk\moduleconfig.h" />