From 3f9598fcbbd413a1377fa8283ff6df74a69f1373 Mon Sep 17 00:00:00 2001 From: Pavol Marko Date: Thu, 8 Sep 2005 13:05:44 +0000 Subject: [PATCH] Changed .amx in examples for pause() and callfunc_begin() to .amxx (as requested by XxAvalanchexX on the forums) --- plugins/include/amxmodx.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 21749a5d..9a744ab6 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -599,8 +599,8 @@ native get_pluginsnum(); * "d" - set "stopped" status when pausing whole plugin. * "e" - set "locked" status when pausing whole plugin. * In this status plugin is unpauseable. -* Example: pause("ac","myplugin.amx") -* pause("bc","myfunc","myplugin.amx") */ +* Example: pause("ac","myplugin.amxx") +* pause("bc","myfunc","myplugin.amxx") */ native pause(flag[], const param1[]="",const param2[]=""); /* Unpauses function or plugin. @@ -613,7 +613,7 @@ native unpause(flag[], const param1[]="",const param2[]=""); /* Call a function in this / an another plugin by name. * Parameters: * plugin - plugin filename; if "", the caller plugin is used. -* If specified, it has to be the exact filename (for example stats.amx) +* If specified, it has to be the exact filename (for example stats.amxx) * func - function name * Return value: * 1 - Success