From 4e81779adb929e694b60fc87c91b71289f182963 Mon Sep 17 00:00:00 2001 From: Vincent Herbert Date: Sat, 15 Jun 2013 22:37:52 +0200 Subject: [PATCH] Fix native_filter documentation (bug 5692, r=me) Former-commit-id: b44616576fd47ac6742428759b73ef50d5d68f89 --- plugins/include/amxmodx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index a2af76a5..64d189ec 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -862,7 +862,7 @@ native dbg_fmt_error(buffer[], maxLength); * if Fun isn't loaded and you use set_user_frags, your plugin will still load. However, if you * attempt to call this native, your filter will intercept it with these parameters: * - * public function native_filter(const name[], index) + * public function native_filter(const native[], index, trap) * native - name of native * index - index of native * trap - 0 if native couldn't be found, 1 if native use was attempted