Messages can now be registered by multiple plugins (thanks fsfod)

This commit is contained in:
David Anderson
2004-08-30 22:24:43 +00:00
parent 6da1dc3e4a
commit 2134a7e36d
7 changed files with 24 additions and 14 deletions

View File

@ -42,7 +42,7 @@ public:
extern AMX_NATIVE_INFO msg_Natives[];
extern CVector<argMsg*> Msg;
extern int msgHooks[256];
extern CVector<int> msgHooks[256];
extern int msgBlocks[256];
#endif //_MSGS_INCLUDE_H