Fixed inhook bug.

Fixed entity_set_size bug.
Switched non-blocking forwards to POST.
This commit is contained in:
David Anderson
2004-06-24 07:36:43 +00:00
parent 42ff533d65
commit d17945c087
6 changed files with 61 additions and 62 deletions

View File

@ -41,5 +41,8 @@ public:
};
extern AMX_NATIVE_INFO msg_Natives[];
extern std::vector<argMsg*> Msg;
extern int msgHooks[256];
extern int msgBlocks[256];
#endif //_MSGS_INCLUDE_H