21.07.2014, 10:29
It depends.
Samphp cannot(yet) handle other plugins callbacks.
However, you can register the plugin natives with RegisterAMXNative.
You can take a look on the code here, the comment helps to understand how does the function works.
Samphp cannot(yet) handle other plugins callbacks.
However, you can register the plugin natives with RegisterAMXNative.
PHP код:
RegisterAMXNative("<function name>", "<return type or null>", "<arg1>", "<arg2">);