How to add filterscripts - 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 to add filterscripts (
/showthread.php?tid=319081)
How to add filterscripts -
Shaii - 17.02.2012
How can i add Filterscripts to my server? Like i get an code but how i am going to get that to my server?
Re: How to add filterscripts -
Chrisspartan - 18.02.2012
Put the filterscript that you've downloaded in your 'Filterscripts' folder, open it with pawno 'pawno folder in your gta sa folder', click compile and then open your server.cfg in your gta sa folder and type the name of the script right of the filterscripts text.
Re: How to add filterscripts -
C0d3.03 - 18.02.2012
Quote:
Originally Posted by Shaii
How can i add Filterscripts to my server? Like i get an code but how i am going to get that to my server?
|
If you mean to add filterscript,i may help you !
first copy the both filterscript [.amx & .pwn ]
and open your server folder and you will see there,
Your filterscript which you copied might be having name....then copy the name and open the
you will see some thing there like this.
then add your filterscript name here. like
Code:
Filterscript "your filterscript name here"
then open.........from your server folder.
Thanks- Pm me for any problem.
Re: How to add filterscripts -
Markā¢ - 18.02.2012
Read the readme.txt file which is already supplied within your server package instead of posting these kind of threads.
Re: How to add filterscripts -
Slash_ - 18.02.2012
put your fs to the filterScripts folder in server folder and add you filterscript name in server.cfg open it and see beside Filterscripts word
Re: How to add filterscripts - Guest9328472398472 - 18.02.2012
- Open FTP
- Upload your Filterscripts to "Filterscripts" folder
- After complete, open server.cfg
- At the filterscritps line enter you filterscript name.
- Save