From 010ef526c580dfdaf62eca4088eaa93b32dadc69 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 18 Aug 2006 06:05:57 +0000 Subject: [PATCH] added amxx_setpl_curweap to export table --- amxmodx/amxmodx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/amxmodx/amxmodx.cpp b/amxmodx/amxmodx.cpp index cd1a6fda..e81bdb8b 100755 --- a/amxmodx/amxmodx.cpp +++ b/amxmodx/amxmodx.cpp @@ -4055,6 +4055,7 @@ static cell AMX_NATIVE_CALL amxx_setpl_curweap(AMX *amx, cell *params) AMX_NATIVE_INFO amxmodx_Natives[] = { {"abort", amx_abort}, + {"amxx_setpl_curweap", amxx_setpl_curweap}, {"arrayset", arrayset}, {"get_addr_val", get_addr_val}, {"get_var_addr", get_var_addr},