SA-MP Forums Archive
Hello World 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: Hello World Plugin (/showthread.php?tid=176550)



Hello World Plugin - Luka P. - 13.09.2010

Hello! Is there any "Hello World" type plugin out there? I mean it should contain the AMX SDK and some example on how to start. Thanks!


Re: Hello World Plugin - pliva_sb - 13.09.2010

Well,you can use SDK from another plugin but to start u must have experience with C++.Janksta was made hello world plugin about age ago.I also wrote tutorail how to create but someone remove it or remove by itself when forum transferred on VB.


Re: Hello World Plugin - Luka P. - 13.09.2010

I found the Jenksta's guide on how to start with plugin writing. Hvala :lol!


Re: Hello World Plugin - Jay_ - 13.09.2010

No idea why it was removed from files.sa-mp.com...


Respuesta: Hello World Plugin - xenowort - 13.09.2010

I need the sdk of 0.3b, please if is possible in vb or C++, thank you.


Respuesta: Re: Hello World Plugin - xenowort - 13.09.2010

Quote:
Originally Posted by ******
Посмотреть сообщение
There is no 0.3 SDK - just use the 0.2 one.
But translate to vb.net is possible? Thank you, i downloading the sdk of 0.2.


Re: Hello World Plugin - Calgon - 13.09.2010

0.2 SDK (mirror): http://solidfiles.com/d/JfuT/


Re: Respuesta: Re: Hello World Plugin - Norn - 13.09.2010

Quote:
Originally Posted by xenowort
Посмотреть сообщение
But translate to vb.net is possible? Thank you, i downloading the sdk of 0.2.
No, and VB.net is not a language I would use for such things.


Respuesta: Re: Respuesta: Re: Hello World Plugin - xenowort - 13.09.2010

Quote:
Originally Posted by Norn
Посмотреть сообщение
No, and VB.net is not a language I would use for such things.
Ok, and C# ?? Sorry for the questions but i need to know this.


Re: Respuesta: Re: Respuesta: Re: Hello World Plugin - Remis - 14.09.2010

Quote:
Originally Posted by xenowort
Посмотреть сообщение
Ok, and C# ?? Sorry for the questions but i need to know this.
You know what .net actually is and whats the point of it? The language is just an overlayer, they all use CLR..

Quote:

Janksta was made hello world plugin about age ago

He didn't. He created the tutorial but not the hello worls plugin. It was the hello world plugin by the SDK.

I posted (or better: mirrored) a package here:
http://forum.sa-mp.com/showpost.php?...7&postcount=18

It contains:
- the SDK
- an old hook method (pawncommand)
- some examples and tutorials

(not made by me. It is just a mirror.)


Re: Hello World Plugin - LordShigi - 16.09.2010

I need some help. I'm new with all this plugin stuff and I need help.

Let's say I made a function in my plugin which look's like this: Monkey(string[]);
And I need a way how can I check if string[] is equal to some text plugin side.

Thanks in advance.