[Tutorial] How to create a plugin - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Tutorials (
https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] How to create a plugin (
/showthread.php?tid=253436)
Re: How to create a plugin -
hypZZ - 04.12.2012
How do I create the command "Kick"?
Re: How to create a plugin -
Tumba - 17.12.2012
Thank you very much!!!
Re: How to create a plugin -
Roel - 10.01.2013
Well nice small tut, but I was just wondering, what things for example can you do with a plugin and not with a normal pwn script?
Or is it just another (faster) way of scripting?
Re: How to create a plugin -
DiGiTaL_AnGeL - 10.01.2013
Really usefull, thank you!
Re: How to create a plugin -
LeNy - 18.01.2013
Nice tutorial. Thanks
Re: How to create a plugin -
Gangster-rocks - 12.07.2013
It keeps giving me erros
Re: How to create a plugin -
Gangster-rocks - 12.07.2013
pawn Code:
1>plugin.obj : error LNK2001: unresolved external symbol "void * pAMXFunctions" (?pAMXFunctions@@3PAXA)
1>plugin.obj : error LNK2019: unresolved external symbol _amx_Register referenced in function _AmxLoad@4
How to fix that, i have tried to fix it and i followed your tutorial 100% and it still giving me errors
Re: How to create a plugin -
John_Tylor - 25.07.2013
thanks for your help. keepup
Re: How to create a plugin -
Necip - 25.07.2013
NVM, good tutorial.
Re: How to create a plugin -
Diman777 - 27.01.2014
Thanks RyDeR`)
Re: How to create a plugin -
sampsvr - 07.02.2014
Thanks
Re : How to create a plugin -
Kilou - 18.03.2014
Good tutorial but some peoples, like me, are on Code::Blocks
That's very different than Visual Studio, someone got a tutoriel to make this on Code::Blocks ?
Re: How to create a plugin -
jlalt - 15.10.2015
Thank you so much! + Rep
Re: How to create a plugin -
doreto - 14.07.2016
Can i use native C++ code and compile it to working server plugin ?