Jump to content
  • 0

Cum fac un streamer


keri22

Question

3 answers to this question

Recommended Posts

Nu trebuie sa faci un streamer,trebuie doar sa iei unu deja facut,si sa il folosesti.Uite un elexemplu: http://forum.sa-mp.com/showthread.php?t=102865

Cum sa il bagi? Citeste ca scrie!

[tt]Instructions

First, create a folder called plugins in your server directory if it doesn't already exist. Place streamer.dll in it if you're using Windows, or streamer.so if you're using Linux.

Add the following line to server.cfg so that the plugin will load the next time the server starts:

Windows:

Code:

plugins streamer

Linux:

Code:

plugins streamer.so

Next, put this in any filterscript or gamemode (it might be a good idea to put it in your gamemode anyway since filterscripts can sometimes conflict with one another):

pawn Code:

#include <streamer>

That is it. Now simply add the plugin's natives and callbacks to your script. Be very careful and look at the list above to ensure that you are using them correctly—do not simply rename everything in your script!

[/tt] http://translate.google.com/#en|ro|

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.