Nice Problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Nice Problem (
/showthread.php?tid=373706)
Nice Problem -
rumen98 - 31.08.2012
Hi all i have one bug all plugins dont load i dont know but i have server and 5000 objects.
Who can tell me a way to run without a plugin?
Re: Nice Problem -
RenSoprano - 31.08.2012
Show us your server.cfg file and we will help you
Re: Nice Problem -
Kaperstone - 31.08.2012
depends on what plugins you're using.
Re: Nice Problem -
RanSEE - 31.08.2012
Maybe you are using an older version of the required plugin? Probably streamer?
Re: Nice Problem -
rumen98 - 31.08.2012
Quote:
Originally Posted by RenSoprano
Show us your server.cfg file and we will help you
|
here server.cfg
PHP код:
echo Executing Server Config...
lanmode 0
rcon_password gg
maxplayers 500
port 1418
hostname [L.A.N] Test Server
gamemode0 zombierpg
filterscripts
announce 1
query 1
weburl www.simple.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 50
logtimeformat [%H:%M:%S]
plugins streamer
here server_log
PHP код:
SA-MP Dedicated Server
----------------------
v0.3e, (C)2005-2012 SA-MP Team
[16:21:27] filterscripts = "" (string)
[16:21:27]
[16:21:27] Server Plugins
[16:21:27] --------------
[16:21:27] Loading plugin: streamer
[16:21:29] Failed.
[16:21:29] Loaded 0 plugins.
Re: Nice Problem -
[HK]Ryder[AN] - 31.08.2012
1.Make sure streamer is there in your plugins folder
2.If you are running a linux server you need to type streamer.so
Re: Nice Problem -
Avi57 - 31.08.2012
copy it and Paste on server.cfg
pawn Код:
echo Executing Server Config...
lanmode
0 rcon_password gg
maxplayers
500 port
1418 hostname
[L.A.N
] Test Server
gamemode0 zombierpg
filterscripts
plugins streamer
announce
1 query
1 weburl
[url
]www.simple.com[/url
] onfoot_rate
40 incar_rate
40 weapon_rate
40 stream_distance
300.0 stream_rate
1000 maxnpc
50 logtimeformat
[%H:%M:%S
]
Quote:
2.If you are running a linux server you need to type streamer.so
|
Do you see any error like system does not know the file or anything ?
So it means he doesn't have Linux !
Re: Nice Problem -
[HK]Ryder[AN] - 31.08.2012
Quote:
Originally Posted by Avi57
copy it and Paste on server.cfg
pawn Код:
echo Executing Server Config... lanmode 0 rcon_password gg maxplayers 500 port 1418 hostname [L.A.N ] Test Server gamemode0 zombierpg filterscripts plugins streamer announce 1 query 1 weburl [url ]www.simple.com[/url ] onfoot_rate 40 incar_rate 40 weapon_rate 40 stream_distance 300.0 stream_rate 1000 maxnpc 50 logtimeformat [%H:%M:%S ]
|
I don't think changing the position of the plugins line will be affective..because it doesn't matter where you type these things...the only important line is the top line
Quote:
echo executing server config...
|
Re: Nice Problem -
Dan. - 31.08.2012
If your server is running on linux, you must add ".so" ending to all of your plugins. Also then you must have "streamer.so" plugin also in your plugins folder.
But else, you are probably missing the plugin from your plugins folder.
Re: Nice Problem -
rumen98 - 31.08.2012
Again do not load :@