SA-MP Forums Archive
How do I put filterscripts on my gamemode script? - 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)
+--- Thread: How do I put filterscripts on my gamemode script? (/showthread.php?tid=375920)



How do I put filterscripts on my gamemode script? - killroyk2 - 08.09.2012

well i have 15 filterscripts and it dont loads anymore FS so i heard you could put those in the gamemode script thankss


Re: How do I put filterscripts on my gamemode script? - MarkoN - 08.09.2012

just copy stuff , OnFilterscriptInit to OnGamemodeInit, OnPlayerSpawn to OnPlayerSpawn , etc.


AW: How do I put filterscripts on my gamemode script? - Blackazur - 08.09.2012

Add all Filterscripts in the "filterscripts" ordner, then goto the server.cfg and list all names from the filterscripts under filterscript. or make that with OnFilterScriptInit and OnGameModeInit.


Re: How do I put filterscripts on my gamemode script? - xMCx - 08.09.2012

move all codes under OnFilterScriptInit() to OnGameModeInit() and modify the other functions


Re: How do I put filterscripts on my gamemode script? - killroyk2 - 08.09.2012

ok thanksss