Problem with Load FS - 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: Problem with Load FS (
/showthread.php?tid=328551)
Problem with Load FS -
SpiderWalk - 25.03.2012
Hello everybody.When i was to load my FS it wont here is code from server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password mypass
maxplayers 32
port 7777
hostname Test Server
gamemode0 grandlarc 1
filterscripts sAdmin1.0
announce 0
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
plugins streamer.dll sscanf.dll mysql.dll
Here is code from console
Код:
SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team
[12:16:27]
[12:16:27] Server Plugins
[12:16:27] --------------
[12:16:27] Loading plugin: streamer.dll
[12:16:27]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[12:16:27] Loaded.
[12:16:27] Loading plugin: sscanf.dll
[12:16:27]
[12:16:27] ===============================
[12:16:27] sscanf plugin loaded.
[12:16:27] © 2009 Alex "******" Cole
[12:16:27] 0.3d-R2 500 Players "dnee"
[12:16:27] ===============================
[12:16:27] Loaded.
[12:16:27] Loading plugin: mysql.dll
[12:16:27]
> MySQL plugin R5 successfully loaded.
[12:16:27] Loaded.
[12:16:27] Loaded 3 plugins.
[12:16:27]
[12:16:27] Filterscripts
[12:16:27] ---------------
[12:16:27] Loading filterscript 'aAdmin.amx'...
[12:16:27]
----------------------------------
[12:16:27] sAdmin Coded SpiderWalk & Ice
[12:16:27] ----------------------------------
[12:16:27] Loaded 1 filterscripts.
[12:16:27]
----------------------------------
[12:16:27] Running LVDM ~MoneyGrub
[12:16:27] Coded By
[12:16:27] Jax
[12:16:27] ----------------------------------
[12:16:27] Number of vehicle models: 48
I dont know where is problem.Someone help please.
Re: Problem with Load FS -
Calgon - 25.03.2012
What's the exact problem? Your server log shows the filterscript has loaded. Are some commands not working?
Re: Problem with Load FS -
jaami - 25.03.2012
you only load one fs. and the one fs was loaded.
Re: Problem with Load FS -
rati555 - 25.03.2012
Код:
filterscripts sAdmin1.0
Код:
[12:16:27] Filterscripts
[12:16:27] ---------------
[12:16:27] Loading filterscript 'aAdmin.amx'...
It's strange, maybe you posted wrong server.cfg?