How can i start scripting 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: Plugin Development (
https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: How can i start scripting a plugin? (
/showthread.php?tid=185477)
How can i start scripting a plugin? -
CSMajor - 24.10.2010
I have downloaded the
samp .2 plugin sdk
and i have a visual C# editor,
now i have my files from the sdk on my desktop because i have not the brightest idea as to where they go.
so, how do i setup the plugin SDK?
Re: How can i start scripting a plugin? -
Luis- - 24.10.2010
Wrong Section -
Here it the correct section
Re: How can i start scripting a plugin? -
Miguel - 24.10.2010
Quote:
Originally Posted by -Luis
|
It has nothing to do with SA-MP scripting.
CSMajor: read this:
https://sampforum.blast.hk/showthread.php?tid=69699
Re: How can i start scripting a plugin? -
Remis - 24.10.2010
But he is asking for support for the SDK, he isn't asking something about C or C++ programming (yet). So I don't see a problem here.
@CSMajor: Isn't there a readme in the SDK? Iam sure there is.
Here (
https://sampforum.blast.hk/showthread.php?tid=176550) you can find a thread, where a user had the same question. On page 2 I posted a package containing everything you need for beginning.
Moreover, read the source of existing plugins. But before, learn the language C or C++:
https://sampforum.blast.hk/showthread.php?tid=181422
Your C# visual editor won't help, download Visual Studio for C++:
http://go.microsoft.com/?linkid=9709953
The express edition is for free. You can open the project file in the SDK with this and start programming.
You can also use another IDE with another compiler but I don't recommend it to a beginner.
Re: How can i start scripting a plugin? -
CSMajor - 24.10.2010
i can script in the C Language, just needed to be pointed in the right direction.
Re: How can i start scripting a plugin? - TheInnocentOne - 30.10.2010
You need to acquire the SA-MP 0.2 Plugin SDK
Re: How can i start scripting a plugin? -
Hal - 30.10.2010
Quote:
Originally Posted by TheInnocentOne
You need to acquire the SA-MP 0.2 Plugin SDK
|
read his post. he has it already.