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



Plugin scripting - StilThere - 25.05.2011

Well, I realise this was never a C-help forum. But over the last few months I downloaded some plugins which were written in C++.

As I am into C++ myself I'm interested into learning to script those plugins myself. I downloaded the SDK but don't really know what's next. Do I use a C-compile program? Because none of the plugins come in .cpp or .exe or any of those forms, which would make them unusable in Linux.

For example this comes up in the SDK package
Код:
 Parameters:
   i = integer
   f = float value
   s = string
   v = variable
   p = string var (GetPlayerName etc.)
What is the exact difference between a p and an s? Does it make any difference for a compiler?

So in short: what steps do I need to take to learn to script plugins after heaving learned C++?


Re: Plugin scripting - Sinner - 25.05.2011

Here ya go:
https://sampforum.blast.hk/showthread.php?tid=253436


Re: Plugin scripting - Biesmen - 25.05.2011

This is not a C-Help forum


Re: Plugin scripting - StilThere - 27.05.2011

Quote:
Originally Posted by Biesmen
Посмотреть сообщение
Seriously, don't spoil my topic with such talk..


Re: Plugin scripting - StilThere - 27.05.2011

Quote:
Originally Posted by Sinner
Посмотреть сообщение
And thanks