Posts: 1,429
Threads: 50
Joined: Feb 2009
Reputation:
0
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!
Posts: 78
Threads: 0
Joined: Mar 2009
Reputation:
0
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.
Posts: 1,429
Threads: 50
Joined: Feb 2009
Reputation:
0
I found the Jenksta's guide on how to start with plugin writing. Hvala :lol!
Posts: 654
Threads: 20
Joined: Jul 2009
Reputation:
0
No idea why it was removed from files.sa-mp.com...
Posts: 1,762
Threads: 36
Joined: Nov 2009
Reputation:
0
I need the sdk of 0.3b, please if is possible in vb or C++, thank you.
Posts: 6,129
Threads: 36
Joined: Jan 2009
Posts: 35
Threads: 3
Joined: Dec 2008
Reputation:
0
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.