08.03.2012, 01:57
Oh an make sure you put the plugins name on the plugins folder. If you are running a linux server, get the ".so" plugin type. If you are running a windows server, get the ".dll" plugin type. Here is how your plugins line on your server.cfg
Example For Windows Server:
Example For Linux Server:
Example For Windows Server:
Code:
echo Executing Server Config... lanmode 0 rcon_password maxplayers 10 port 7777 hostname gamemode0 GamemodeNameHere filterscripts plugins Whirlpool.dll sscanf.dll streamer.dll audio.dll announce 1 query 1 weburl onfoot_rate 40 incar_rate 40 weapon_rate 40 stream_distance 300.0 stream_rate 1000 maxnpc 0
Code:
echo Executing Server Config... lanmode 0 rcon_password maxplayers 10 port 7777 hostname gamemode0 GamemodeNameHere filterscripts plugins Whirlpool.so sscanf.so streamer.so audio.so announce 1 query 1 weburl onfoot_rate 40 incar_rate 40 weapon_rate 40 stream_distance 300.0 stream_rate 1000 maxnpc 0