I heard that you can call a function from another plugin into the other with callfunc_begin, If I am right..
So can someone help me with it? I looked into much topics, but coudln't do it exactly.
But I like to call the function like that from a plugin which name is test.amxx:
PHP Code:
case 1:
{
another_plugin_func(id);
}
The function's name in the test.amxx is another_plugin_func. So, what do I exactly need to put in those plugins?