Added a few more calls (+macros)

Added support for game dll func hooking
Fixed table pointer...
This commit is contained in:
Steve Dudenhoeffer
2004-08-06 00:56:48 +00:00
parent 7f41ac3410
commit 2cd6ea9de3
6 changed files with 229 additions and 43 deletions

View File

@ -7,6 +7,7 @@ void OnAmxxAttach()
MF_AddNatives(engfunc_natives);
MF_AddNatives(dllfunc_natives);
MF_AddNatives(pev_natives);
MF_AddNatives(forward_natives);
}
// sawce: Do not null out the forward for ServerActivate. It's required for the INDEXENT() fix. (I don't think ServerActivate is planned on being forwarded anyway)