added fix for binlog bug with failed plugins

added experimental emsg natives
fixed target's velbyaim bug find
added native for setting player curweapon
This commit is contained in:
David Anderson
2006-06-28 10:07:20 +00:00
parent d3af14c957
commit 9dcdba439a
6 changed files with 200 additions and 36 deletions

View File

@ -1351,6 +1351,8 @@ C_DLLEXPORT int Meta_Attach(PLUG_LOADTIME now, META_FUNCTIONS *pFunctionTable, m
// This will also call modules Meta_Query and Meta_Attach functions
loadModules(get_localinfo("amxx_modules", "addons/amxmodx/configs/modules.ini"), now);
GET_HOOK_TABLES(PLID, &g_pEngTable, NULL, NULL);
return (TRUE);
}