Difference - 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: Difference (
/showthread.php?tid=208960)
Difference -
Vi3t102 - 09.01.2011
What The Different between Game Mode And FilterScript
Re: Difference -
Kyle - 09.01.2011
gamemode is a mode which runs the game.
filterscript is something which can be loaded into the server to support the mode.
Im not sure those definitions are accurate but I think so.
Re: Difference -
TheYoungCapone - 09.01.2011
Gamemode is what you use to run the game and edit stuff in it.
Filterscript is like an add-on which you can use for different things.
Re: Difference -
DRIFT_HUNTER - 09.01.2011
Gamemode is a base for your server.
Filterscript can be loaded into the server to support the gamemode.
When server start it will first load all filterscripts and then gamemode