More then one filterscript? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: More then one filterscript? (
/showthread.php?tid=86795)
More then one filterscript? -
devindaman - 16.07.2009
Hey can I have more than one filterscript?
Re: More then one filterscript? -
DarkClone - 16.07.2009
Yes.
Re: More then one filterscript? -
devindaman - 16.07.2009
Can you show me and or tell me how? Because I am a noob at this stuff
Re: More then one filterscript? -
DarkClone - 16.07.2009
Well if your talking about servers, just have a like line filterscripts FS1 FS2 FS3, etc you can have up to 15 filter scripts i believe
Re: More then one filterscript? -
devindaman - 16.07.2009
Dose it have to be something like
echo Executing Server Config...
lanmode 0
rcon_password scoobysnacks
maxplayers 32
port 7777
hostname Unnamed 0.2X Server
gamemode0 crp 1
filterscripts V-ADMIN
filterscript2 AdminFS
announce 1
query 1
weburl
www.sa-mp.com
anticheat 0
Re: More then one filterscript? -
The_Tough - 16.07.2009
Simply,you can make one filterscript called
Anticheat
then you place at server.cfg there it says "filterscript adminspec" etc. just write the name of your filterscript at that line of your server.cfg
you can make many filterscripts
Re: More then one filterscript? -
devindaman - 16.07.2009
Yes what I am confused about is how to place it and what to put where.. I am a noob at this stuff I am not trying to give you a hard time but I am asking do I do like FS1 then FS2 below or filterscript1 and filterscript2 <-- below. I am also asking if this way would be right.
Код:
echo Executing Server Config...
lanmode 0
rcon_password scoobysnacks
maxplayers 32
port 7777
hostname Unnamed 0.2X Server
gamemode0 crp 1
filterscripts V-ADMIN AdminFS
announce 1
query 1
weburl www.sa-mp.com
anticheat 0
Or
Код:
echo Executing Server Config...
lanmode 0
rcon_password scoobysnacks
maxplayers 32
port 7777
hostname Unnamed 0.2X Server
gamemode0 crp 1
filterscript V-ADMIN
filterscript2 AdminFS
announce 1
query 1
weburl www.sa-mp.com
anticheat 0
Or (Last one)
Код:
echo Executing Server Config...
lanmode 0
rcon_password scoobysnacks
maxplayers 32
port 7777
hostname Unnamed 0.2X Server
gamemode0 crp 1
FS1 V-ADMIN
FS2 AdminFS
announce 1
query 1
weburl www.sa-mp.com
anticheat 0
or something close/Similar to those
Re: More then one filterscript? -
BioShock - 16.07.2009
use the first one filterscript blah blah
Re: More then one filterscript? -
devindaman - 16.07.2009
Okey I have tried that already I am trying to load two scripts but in the folder for the V-ADMIN the users so I can make my self admin dosnt show (The config file dosnt) What do I do?