Fixed callfunc_begin(): Wrote "filename" instead of just "name" to make it more clear...
This commit is contained in:
parent
63c2c0a322
commit
8ea1c7f486
|
@ -601,8 +601,8 @@ native unpause(flag[], const param1[]="",const param2[]="");
|
||||||
|
|
||||||
/* Call a function in this / an another plugin by name.
|
/* Call a function in this / an another plugin by name.
|
||||||
* Parameters:
|
* Parameters:
|
||||||
* plugin - plugin name; if "", the caller plugin is used.
|
* plugin - plugin filename; if "", the caller plugin is used.
|
||||||
* If specified, it has to be the exact name (for example stats.amx)
|
* If specified, it has to be the exact filename (for example stats.amx)
|
||||||
* func - function name
|
* func - function name
|
||||||
* Return value:
|
* Return value:
|
||||||
* 1 - Success
|
* 1 - Success
|
||||||
|
|
Loading…
Reference in New Issue
Block a user