native
callfunc_begin
Syntax
native callfunc_begin(const func[], const plugin[]="");
Description
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.amxx)
func - function name
Return value:
1 - Success
0 - Runtime error
-1 - Plugin not found
-2 - Function not found