03.09.2011, 02:13
(
Последний раз редактировалось Surferdude; 03.09.2011 в 02:15.
Причина: Spelling Errors
)
Alright. If you are using linux you must have the streamer.so for you plugins. If your using windows you need the streamer.dll
Also, You should be using streamer plugin by Incognito if Im correct which is here:
https://sampforum.blast.hk/showthread.php?tid=102865
Put both the .so and .dll and your Plugins Folder and The Includes in your PAWNO > Includes.
Now, I think I know where you are having problems. If you are using linux in your server.cfg next to plugins you need to do streamer.so
If you are using windows you just need the streamer next to plugins.
So this is how it would look if you have linux.
And This is how it would look if you have windows.
Hope this has helped!
Also, You should be using streamer plugin by Incognito if Im correct which is here:
https://sampforum.blast.hk/showthread.php?tid=102865
Put both the .so and .dll and your Plugins Folder and The Includes in your PAWNO > Includes.
Now, I think I know where you are having problems. If you are using linux in your server.cfg next to plugins you need to do streamer.so
If you are using windows you just need the streamer next to plugins.
So this is how it would look if you have linux.
Код:
echo Executing Server Config... lanmode 0 rcon_password apple maxplayers 50 port 7777 hostname Test gamemode0 grandlarc filterscripts plugins streamer.so announce 1 query 1 weburl onfoot_rate 40 incar_rate 40 weapon_rate 40 stream_distance 300.0 stream_rate 1000 maxnpc 0
Код:
echo Executing Server Config... lanmode 0 rcon_password apple maxplayers 50 port 7777 hostname Test gamemode0 grandlarc filterscripts plugins streamer announce 1 query 1 weburl onfoot_rate 40 incar_rate 40 weapon_rate 40 stream_distance 300.0 stream_rate 1000 maxnpc 0