FilterScript bugs on server restart - 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: FilterScript bugs on server restart (
/showthread.php?tid=268055)
FilterScript bugs on server restart -
Jack_Leslie - 11.07.2011
Hi guys, I'm starting to make and release FilterScripts, but one bug I just found that I don't know how to fix, so let's say I've added the filterscript to the server config file, and it loads and works fine, then I restart/gmx my server, it won't reload it, or let me /rcon reloadfs fs.
Re: FilterScript bugs on server restart -
=WoR=Varth - 11.07.2011
gmx is restarting the gamemode, not filterscript. (CMIIW)
Re: FilterScript bugs on server restart -
Jack_Leslie - 11.07.2011
Quote:
Originally Posted by varthshenon
gmx is restarting the gamemode, not filterscript. (CMIIW)
|
Yeah, and then the filterscript doesn't work after restarting the gamemode.. so I don't know how to make it load...
Re: FilterScript bugs on server restart -
=WoR=Varth - 11.07.2011
I guess.
Re: FilterScript bugs on server restart -
handerson - 11.07.2011
maybe u put this on your GM
SendRconCommand("unloadfs "your FS"");
Re: FilterScript bugs on server restart -
Jack_Leslie - 11.07.2011
i don't think you's understand,
when i restart my gamemode, i can't even do /rcon reloadfs fs?