Fixed callfunc_begin(): Wrote "filename" instead of just "name" to make it more clear...

This commit is contained in:
Johnny Bergström 2004-07-16 08:36:08 +00:00
parent 63c2c0a322
commit 8ea1c7f486

View File

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