added amxx_setpl_curweap to export table

This commit is contained in:
David Anderson 2006-08-18 06:05:57 +00:00
parent 659448ce29
commit 010ef526c5

View File

@ -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},