From 8ea1c7f486f5f20f5d313d5d7162d187022e4853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Fri, 16 Jul 2004 08:36:08 +0000 Subject: [PATCH] Fixed callfunc_begin(): Wrote "filename" instead of just "name" to make it more clear... --- plugins/include/amxmodx.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 73086f1d..2fd0f7a6 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -601,8 +601,8 @@ native unpause(flag[], const param1[]="",const param2[]=""); /* Call a function in this / an another plugin by name. * Parameters: -* plugin - plugin name; if "", the caller plugin is used. -* If specified, it has to be the exact name (for example stats.amx) +* plugin - plugin filename; if "", the caller plugin is used. +* If specified, it has to be the exact filename (for example stats.amx) * func - function name * Return value: * 1 - Success