SA-MP Forums Archive
Help - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help (/showthread.php?tid=338049)



Help - Craig92 - 28.04.2012

Hello people i am learning how to script and i wondered if anyone can help me on how to change/update the streamer.dll or streamer.so ?


Re: Help - Niko_boy - 28.04.2012

Plugins are scripted in C++ / VB languages they are more advanced than Pawno scripting so u need to learn that scripting languages to Edit them

or if u mean here Update plugin i.e. addin new version just downlaod plugin copy it in plugin folder the .dll and .so and .inc in pawno > includes folder
then in server.cfg
add like plugins streamer if its .so do plugins streamer.so


Re: Help - Jonny5 - 28.04.2012

iv never seen a plugin scripted in anything but c++
NEVER VB,
or any managed code for that matter.

and they are not scripting language they are Programming languages.


not that it really matters but if your gonna give help you should know the facts.


Re: Help - WarriorEd22 - 28.04.2012

Quote:
Originally Posted by Jonny5
View Post
iv never seen a plugin scripted in anything but c++
NEVER VB,
or any managed code for that matter.

and they are not scripting language they are Programming languages.


not that it really matters but if your gonna give help you should know the facts.
Yes you can use VB to code it.


Re: Help - Disturn - 28.04.2012

Quote:
Originally Posted by WarriorEd22
View Post
Yes you can use VB to code it.
Visual Studio is the IDE used to modify the code.