added CS hook to catch internal bot commands and rebuy commands for players

This commit is contained in:
David Anderson
2007-04-26 19:18:55 +00:00
parent e3240214a3
commit 0377715cdc
5 changed files with 189 additions and 6 deletions

View File

@ -52,12 +52,12 @@
#define FN_AMXX_ATTACH OnAmxxAttach
/** AMXX Detach (unload) */
//#define FN_AMXX_DETACH OnAmxxDetach
#define FN_AMXX_DETACH OnAmxxDetach
/** All plugins loaded
* Do forward functions init here (MF_RegisterForward)
*/
//#define FN_AMXX_PLUGINSLOADED OnPluginsLoaded
#define FN_AMXX_PLUGINSLOADED OnPluginsLoaded
/** All plugins are about to be unloaded */
//#define FN_AMXX_PLUGINSUNLOADING OnPluginsUnloading