Filter Script Loading (Need Help)
#1

I need some help with my FilterScripts running on my server. For some reason some on them need to be the first one the server loads. Why is this? Here is what I mean.

I have a banking system FS that works perfect. However unless it's name it the first one in the .cfg file by FilterScripts it will not work. HOWEVER if i make it the first one then it will work but another one will stop because it's no longer first.

So why are some of my FS able to load and work no matter what order they are within the .cfg file and then some compile perfect but will not work for me ingame. This is posing a big problem on my server. I have had no luck trying to merge two of the FS together to make one FS that does two things. I need some help on this one as it's holding me back from building my server.

Thanks to anyone who helps in advance. +Rep to the one who can solve my issue.
Reply
#2

show you'r server.cfg file
Reply
#3

You can try to open your server.cfg file, find the line with name "filterscripts" then add your FS name.
For example: filterscripts firstFS secondFS thirdFS
Make sure the filterscript name match with the name of your filterscript file.
Reply
#4

Quote:
Originally Posted by blackbhuta
Посмотреть сообщение
You can try to open your server.cfg file, find the line with name "filterscripts" then add your FS name.
For example: filterscripts firstFS secondFS thirdFS
Make sure the filterscript name match with the name of your filterscript file.
Sorry but this is a useless answer? There is no other way to load your FS other then ingame and thats stupid :/
Reply
#5

Quote:
Originally Posted by IceBilizard
Посмотреть сообщение
show you'r server.cfg file
Sure here it is. This config file all the FS will work.

Код:
echo Executing Server Config...
lanmode 0
rcon_password wearelegion
maxplayers 50
port 25565
hostname [ENG]~Infinity Gaming Pro~[Custom Play]
gamemode0 Custom 1
filterscripts Housing Register icons HUD Commands
announce 1
query 1
weburl infinitygamingpro.enjin.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 5000
logtimeformat [%H:%M:%S]
plugins streamer.dll Whirlpool.dll sscanf.dll
But when I try to add another one at the end "Bank" none of the commands within the bank script will work. It will only display the SendClientMessage.

Код:
echo Executing Server Config...
lanmode 0
rcon_password wearelegion
maxplayers 50
port 25565
hostname [ENG]~Infinity Gaming Pro~[Custom Play]
gamemode0 Custom 1
filterscripts Housing Register icons HUD Commands Bank
announce 1
query 1
weburl infinitygamingpro.enjin.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 50000
logtimeformat [%H:%M:%S]
plugins streamer.dll Whirlpool.dll sscanf.dll
However if I want the Bank FS to work I put it here like this:

Код:
echo Executing Server Config...
lanmode 0
rcon_password wearelegion
maxplayers 50
port 25565
hostname [ENG]~Infinity Gaming Pro~[Custom Play]
gamemode0 Custom 1
filterscripts Bank Housing Register icons HUD Commands
announce 1
query 1
weburl infinitygamingpro.enjin.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 50000
logtimeformat [%H:%M:%S]
plugins streamer.dll Whirlpool.dll sscanf.dll
However doing this then my admin command in the register system will not work. So why is it touchy about what names come first in the config file?!?! It's more emotional then a girl PMSing.

EDIT: So no one can help with this? I know others have had this problem too?!?! So where is the answer.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)