SA-MP Forums Archive
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: Filterscripts (/showthread.php?tid=58369)



Filterscripts - fundomaat - 16.12.2008

Hwo do I add filterscripts like http://forum.sa-mp.com/index.php?topic=72785.0 to my server?


Re: Filterscripts - Auto-Sized - 16.12.2008

Open server.cfg and add it to filterscripts line. Add the amx pwn files to filterscripts folder.



Re: Filterscripts - Ipuvaepe - 16.12.2008

or add
pawn Код:
SendRconCommand("reloadfs <FILTERSCRIPT NAME>");
Under your OnGameModeInit in the gamemode. Some FS require you to do that as some FS need to be reinitialized each game mode restart.


Re: Filterscripts - pickford78 - 16.12.2008

if its a filerscript called "shitscript.amx" put this in server.cfg:
filterscripts shitscript anyotherscript anotherscript andmore



Re: Filterscripts - fundomaat - 16.12.2008

Quote:
Originally Posted by Ipuvaepe
or add
pawn Код:
SendRconCommand("reloadfs <FILTERSCRIPT NAME>");
Under your OnGameModeInit in the gamemode. Some FS require you to do that as some FS need to be reinitialized each game mode restart.
]

I think /i need that, because sometimes when I do /gmx as /rcon gmx or just /gmx. Then the stunt objects won't load.