SA-MP Forums Archive
Plugins Question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Plugins Question (/showthread.php?tid=199908)



Plugins Question - 1337connor - 16.12.2010

I have a question while making a plugin.
Do I start with a dll file, or just a simple blank file?
Also, whats the best editor to use?


Re: Plugins Question - Souvlaki - 17.12.2010

You can't edit a .dll file.It's the complied source like the .amx in pawn.

A good editor is Notepad++, although you will need a compiler.

You will need the SA-MP SDK and some C or C++ knowledge.


Re: Plugins Question - 1337connor - 17.12.2010

Quote:
Originally Posted by Souvlaki
View Post
You can't edit a .dll file.It's the complied source like the .amx in pawn.

A good editor is Notepad++, although you will need a compiler.

You will need the SA-MP SDK and some C or C++ knowledge.
Actually, I was asking if I should START off with a .dll file .. such as in visual c++ you may start off with a blank project, or a dll file, ect.


Re: Plugins Question - 1337connor - 18.12.2010

Anyone?