How do I add a filter script? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: How do I add a filter script? (
/showthread.php?tid=58507)
How do I add a filter script? -
Mike_junlie - 18.12.2008
Well I got a filter script with a .pawn and .amx files then I put both in my filterscripts folder when I go to place I don't find a thing there
.
Re: How do I add a filter script? -
Mikep - 18.12.2008
Add the name to your server.cfg "filterscripts" line.
EXAMPLE:
filterscripts fs1 fs2 fs3 etc.
Re: How do I add a filter script? -
Mike_junlie - 18.12.2008
Quote:
Originally Posted by Mikep
Add the name to your server.cfg "filterscripts" line.
EXAMPLE:
filterscripts fs1 fs2 fs3 etc.
|
Thanks
will try
Re: How do I add a filter script? -
Mike_junlie - 18.12.2008
Quote:
Originally Posted by Mikep
Add the name to your server.cfg "filterscripts" line.
EXAMPLE:
filterscripts fs1 fs2 fs3 etc.
|
Wait what if I want two filterscripts at a time what do I type?
Re: How do I add a filter script? -
Serbish - 18.12.2008
Quote:
Originally Posted by Mike_junlie
Quote:
Originally Posted by Mikep
Add the name to your server.cfg "filterscripts" line.
EXAMPLE:
filterscripts fs1 fs2 fs3 etc.
|
Wait what if I want two filterscripts at a time what do I type?
|
Just like Mike said
Example:
filterscripts script1 script2
just separate them...
Re: How do I add a filter script? -
Mike_junlie - 18.12.2008
Quote:
Originally Posted by Serbish
Quote:
Originally Posted by Mike_junlie
Quote:
Originally Posted by Mikep
Add the name to your server.cfg "filterscripts" line.
EXAMPLE:
filterscripts fs1 fs2 fs3 etc.
|
Wait what if I want two filterscripts at a time what do I type?
|
Just like Mike said
Example:
filterscripts script1 script2
just separate them...
|
Thanks alot
Re: How do I add a filter script? -
Serbish - 18.12.2008
No problem.
Re: How do I add a filter script? -
Mazza101 - 18.12.2008
You only need to put the .AMX file into the filterscripts folder, the .PWN is the code file.
Re: How do I add a filter script? -
Serbish - 18.12.2008
Quote:
Originally Posted by Mazza101
You only need to put the .AMX file into the filterscripts folder, the .PWN is the code file.
|
Source file.
Re: How do I add a filter script? -
Mazza101 - 18.12.2008
Quote:
Originally Posted by Serbish
Quote:
Originally Posted by Mazza101
You only need to put the .AMX file into the filterscripts folder, the .PWN is the code file.
|
Source file.
|
Alright alright :P