Posts: 150
Threads: 14
Joined: Sep 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
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
You would most likely need to learn c++
Posts: 150
Threads: 14
Joined: Sep 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?
Posts: 6,129
Threads: 36
Joined: Jan 2009
Posts: 150
Threads: 14
Joined: Sep 2010
sa-mp-0.2-plugin-sdk.zip, what about 0.3? or it does not make any difference?
Posts: 150
Threads: 14
Joined: Sep 2010
hello? has anyone got latest version?
Posts: 248
Threads: 19
Joined: Dec 2007
Reputation:
0
use the gettime function to display time if thats all you want to do
Posts: 150
Threads: 14
Joined: Sep 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