Filterscript and gammodeint - 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 and gammodeint (
/showthread.php?tid=268379)
Filterscript and gammodeint -
Roko_foko - 12.07.2011
What's the difference between 'OnFilterScriptInit' and 'OnGameModeInit'?
Re: Filterscript and gammodeint -
Edvin - 12.07.2011
Quote:
Originally Posted by Roko_foko
What's the difference between 'OnFilterScriptInit' and 'OnGameModeInit'?
|
OnFilterScriptInit is used on filterscripts and OnGameModeInit it's used only on GameMode
Re: Filterscript and gammodeint -
Trotty729 - 12.07.2011
well OnFilterScriptInit is for filterscripts and OnGameModeInit is for gamemodes :S -_-
Re: Filterscript and gammodeint -
Roko_foko - 12.07.2011
Okay, What's the filterscript? Is it when I run script by dublepressing samp-server File?
Re: Filterscript and gammodeint -
DRIFT_HUNTER - 12.07.2011
Gamemode is BASE for your server
Filterscript is there just like a addon (some kinda plugin)
You can load/unload/reload filterscript at any time but for reloading gamemode you need server restart