SA-MP Forums Archive
where to get samp plugin SDK? - 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)
+--- Thread: where to get samp plugin SDK? (/showthread.php?tid=530182)



where to get samp plugin SDK? - Baltazar - 05.08.2014

Ok, I can easily find loads of copies of SAMP plugin SDK on the internet. Some of them are older, some of them are newer. But I don't need any plugin created ages ago. I need the latest one! Where to get it? Thanks.
And is somewhere here around an official SAMP plugin SDK development site or anything?


Re: where to get samp plugin SDK? - Baltazar - 06.08.2014

cmon, guys! Ok, I found one which is written in 2007 (like 7 years ago). And it has a nice tutorial by SA-MP Team on how to use it! Sweat,... I found one written in 2009, but it's still 5 years ago! Any more recent SA-MP Plugin SDK's?


Re: where to get samp plugin SDK? - Mauzen - 06.08.2014

The plugin SDK is dependant from AMX/PAWN, and so is timeless. SA-MP updates dont affect this as samp always used the same pawn version and structure. The SDK just handles the connection between the server/pawn and the plugin, not more, so theres no need for updates.


Re: where to get samp plugin SDK? - Baltazar - 06.08.2014

Quote:
Originally Posted by Mauzen
Посмотреть сообщение
The plugin SDK is dependant from AMX/PAWN, and so is timeless. SA-MP updates dont affect this as samp always used the same pawn version and structure. The SDK just handles the connection between the server/pawn and the plugin, not more, so theres no need for updates.
If there's no need for updates... then why was it updated?! I can find 2007 and 2009 versions of it. Are you sure SA-MP creators never had such a plan to update pawn language we all are using? Well,.... you know, the last update to pawn is done in 2012.


Re: where to get samp plugin SDK? - Mauzen - 06.08.2014

There might have been a problem with the 2007 version, or it simply is the same.
With the current pawn version many scripts wouldnt work anymore as some structures changed a alot. People wouldnt like to rewrite their 50k lines script, samp would lose about 90% of its servers and they would rather keep the old versions.


Re: where to get samp plugin SDK? - Jessyy - 06.08.2014

mmm... https://github.com/udan11/samp-plugin-sdk (https://github.com/Zeex/sampgdk)