SA-MP Forums Archive
My server wont load any filterscripts ! - 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: My server wont load any filterscripts ! (/showthread.php?tid=388418)



My server wont load any filterscripts ! - tuuler - 28.10.2012

Hey, my server wont load any filterscripts, but in log it says filterscripts are loaded ! I mapped a house for myself to my server, then i did /rcon loadfs plah. And then my commands didnt work, i mean commands what were in my fs. And then i restarted my server, but nothing, still wont work !! Please !! I need help fast !!


Re: My server wont load any filterscripts ! - Yamakei - 28.10.2012

Show us codes from FS and server_log.txt.


Re: My server wont load any filterscripts ! - tuuler - 28.10.2012

REMOVED !!!


Re: My server wont load any filterscripts ! - gtakillerIV - 28.10.2012

Dude remove the object codes since people might steal them.

And make sure that you add your FilterScript name in your server.cfg file, ex:

echo Executing Server Config...
lanmode 0
rcon_password lol
maxplayers 500
port 7777
hostname SA-MP 0.3 Server
gamemode0 afamysQL
filterscripts CarSystem <---- Add your FilterScript names here. Remove "CarSystem" from that line since you won't have it. So it should look like : filterscripts Your FS name here
plugins sscanf streamer
announce 1
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]
plugins sscanf streamer Whirlpool mysql


Re: My server wont load any filterscripts ! - tuuler - 28.10.2012

And server log

Код:
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[22:11:53] 
[22:11:53] Server Plugins
[22:11:53] --------------
[22:11:53]  Loading plugin: streamer.so
[22:11:53] 

*** Streamer Plugin v2.5.2 by Incognito loaded ***

[22:11:53]   Loaded.
[22:11:53]  Loaded 1 plugins.

[22:11:53] 
[22:11:53] Ban list
[22:11:53] --------
[22:11:53]  Loaded: samp.ban
[22:11:53] 
[22:11:53] 
[22:11:53] Filterscripts
[22:11:53] ---------------
[22:11:53]   Loading filterscript 'FakePlayers.amx'...
[22:11:53]   Loading filterscript 'kfs_cars_objectsv3.amx'...
[22:11:53] 
--------------------------------------
[22:11:53]      KFS CARS AND OBJECTS V3 LOADED!	   
[22:11:53] --------------------------------------

[22:11:53]   Loading filterscript 'KFSGates.amx'...
[22:11:53] --- Gates Are Loaden ---
[22:11:53]   Loading filterscript 'asjad.amx'...
[22:11:53]   Loading filterscript 'fireworks.amx'...
[22:11:53]  --  Fireworks by Martok
[22:11:53]   Loaded 5 filterscripts.

[22:11:53]  
[22:11:53]  ======================================= 
[22:11:53]  |                                     | 
[22:11:53]  |        YSI version 1.02.0012        | 
[22:11:53]  |        By Alex "******" Cole        | 
[22:11:53]  |                                     | 
[22:11:53]  |  Checking the latest YSI version..  | 
[22:11:53]  |                                     | 
[22:11:53]  ======================================= 
[22:11:53]  
[22:11:53] Incoming connection: 90.191.171.160:54168
[22:11:53] 
 >Configuration Settings Loaded From File
[22:11:53] [KFS] Server Sucessfully Running
[22:11:53] Number of vehicle models: 172
[22:11:53]  
[22:11:53]  ======================================= 
[22:11:53]  |                                     | 
[22:11:53]  |   Error: Could not connect to YSI   | 
[22:11:53]  |  update server (response was 001).  | 
[22:11:53]  |                                     | 
[22:11:53]  ======================================= 
[22:11:53]



Re: My server wont load any filterscripts ! - Yamakei - 28.10.2012

All of that is suppose to go underneath OnPlayerConnect (The Objects )


Re: My server wont load any filterscripts ! - gtakillerIV - 28.10.2012

Wrong..When you put it under OnGameModeInit the objects get created when the server starts, but under OnPlayerConnect it means that when someone connects the objects will get created.

EDIT:

Take a look at what it says:

Quote:

[22:11:53] =======================================
[22:11:53] | |
[22:11:53] | Error: Could not connect to YSI |
[22:11:53] | update server (response was 001). |
[22:11:53] | |
[22:11:53] =======================================

Update your YSI.


Re: My server wont load any filterscripts ! - tuuler - 28.10.2012

REMOVED


Re: My server wont load any filterscripts ! - tuuler - 28.10.2012

Still wont work, did everything you guys said...


Re: My server wont load any filterscripts ! - tuuler - 28.10.2012

Please help !!