15.06.2015, 09:32
Hello guys. Where I can find tutorial about plugin development in linux? I've tried to create simple plugin by looking at this tutorial: https://sampforum.blast.hk/showthread.php?tid=253436 but it won't compile.. When I compiled it, I got bunch of errors: http://pastebin.com/7uyGeYiZ
I used this line to compile it:
I used this line to compile it:
Code:
g++ -shared -o plugin.so -fPIC plugin.cpp