23.12.2015, 22:36
Nice to hear!
Yes, just add the Streamer to your plugins list in server.cfg and it will be loaded too. You can access native functions via the Amx-Interface. You can take a look at this:
http://shoebill.github.io/apidoc/net...xInstance.html
(getNative(), registerFunction() etc.)
and for a example you can take a look at this wrapper for Incognito's streamer:
https://github.com/Shoebill/streamer-wrapper
Yes, just add the Streamer to your plugins list in server.cfg and it will be loaded too. You can access native functions via the Amx-Interface. You can take a look at this:
http://shoebill.github.io/apidoc/net...xInstance.html
(getNative(), registerFunction() etc.)
and for a example you can take a look at this wrapper for Incognito's streamer:
https://github.com/Shoebill/streamer-wrapper

