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



Plugin - i514x - 06.09.2010

how can i write my first simple plugin to SA-MP server?

how can i make a simple function in plugin for example that shows the time


Re: Plugin - Scarface~ - 06.09.2010

Make a FS Not a plugin


Re: Plugin - iggy1 - 06.09.2010

You would most likely need to learn c++


Re: Plugin - i514x - 09.09.2010

Quote:
Originally Posted by Scarface~
Посмотреть сообщение
Make a FS Not a plugin
i know that i can do that in pawn but i'm just giving an example


Quote:
Originally Posted by iggy1
Посмотреть сообщение
You would most likely need to learn c++
well ok but what i need to do to make c++ script a plugin to sa-mp? is there some library or something?


Re: Plugin - Calgon - 09.09.2010

http://solidfiles.com/d/JfuT

The SA-MP C++ SDK.


Re: Plugin - i514x - 09.09.2010

sa-mp-0.2-plugin-sdk.zip, what about 0.3? or it does not make any difference?


Re: Plugin - i514x - 11.09.2010

hello? has anyone got latest version?


Re: Plugin - PinkFloydLover - 11.09.2010

use the gettime function to display time if thats all you want to do


Re: Plugin - i514x - 13.09.2010

Quote:
Originally Posted by Cale
Посмотреть сообщение
use the gettime function to display time if thats all you want to do
no, i want to have the newest library for sa-mp to make plugins

with the time, i just gave an example