19.11.2010, 21:24
Try incognitoґs streamer, because its simply the best.
Link: http://forum.sa-mp.com/showthread.ph...ight=incognito
How to install:
First extract all files,
First step:
Make a folder in your server path (if it doesnt already exists) called "plugins" and copy the "streamer.dll" in it.
Second step:
Edit your server.cfg and add at the line called "plugins": streamer
if you dont have a line called plugins, you can add one. It should look like this:
Third step:
In the downloaded files there should also be a file called "streamer.inc", copy this in your server at the following directory:
Fourth step:
Add in the top of your gamemode the following line:
Now check your objects added in the gamemode, most streamers are using the same command as incognito's one: CreateStaticObject(), if your old streamer uses that command too, just leave it.
Else if your old streamer uses as example F_CreateObject, replace it with CreateStaticObject, and then your done.
Link: http://forum.sa-mp.com/showthread.ph...ight=incognito
How to install:
First extract all files,
First step:
Make a folder in your server path (if it doesnt already exists) called "plugins" and copy the "streamer.dll" in it.
Second step:
Edit your server.cfg and add at the line called "plugins": streamer
if you dont have a line called plugins, you can add one. It should look like this:
Код:
plugins streamer
In the downloaded files there should also be a file called "streamer.inc", copy this in your server at the following directory:
Код:
YourServer/Pawno/Include/
Add in the top of your gamemode the following line:
pawn Код:
#include <streamer>
Else if your old streamer uses as example F_CreateObject, replace it with CreateStaticObject, and then your done.