FN_AMXX_DETTACH removed
This commit is contained in:
parent
3c99a32272
commit
b5e960ed3b
@ -29,7 +29,7 @@
|
|||||||
// Do native functions init here (MF_AddNatives)
|
// Do native functions init here (MF_AddNatives)
|
||||||
#define FN_AMXX_ATTACH OnAmxxAttach
|
#define FN_AMXX_ATTACH OnAmxxAttach
|
||||||
// AMXX dettach
|
// AMXX dettach
|
||||||
#define FN_AMXX_DETTACH OnAmxxDettach
|
//#define FN_AMXX_DETTACH OnAmxxDettach
|
||||||
// All plugins loaded
|
// All plugins loaded
|
||||||
// Do forward functions init here (MF_RegisterForward)
|
// Do forward functions init here (MF_RegisterForward)
|
||||||
//#define FN_AMXX_PLUGINSLOADED OnPluginsLoaded
|
//#define FN_AMXX_PLUGINSLOADED OnPluginsLoaded
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
// Meta attach
|
// Meta attach
|
||||||
#define FN_META_ATTACH OnMetaAttach
|
#define FN_META_ATTACH OnMetaAttach
|
||||||
// Meta dettach
|
// Meta dettach
|
||||||
#define FN_META_DETTACH OnMetaDettach
|
//#define FN_META_DETTACH OnMetaDettach
|
||||||
|
|
||||||
// (wd) are Will Day's notes
|
// (wd) are Will Day's notes
|
||||||
// - GetEntityAPI2 functions
|
// - GetEntityAPI2 functions
|
||||||
|
Loading…
Reference in New Issue
Block a user