03.07.2017, 23:14
Quote:
Or.. you can just add your login system to the gamemode and then load filterscripts per mode?
|
Make PVars on the gamemode, use the filterscript to add rewards, or information back to the gamemode.
Using SVars to track the mini games stage, and making sure to have the gamemode checking one of those to know when it has finished, and unload the filterscript.
When initially loading the filterscripts, they could again use an SVar to show they are there, and declare the title/version of the mode itself, to the gamemode. Then, once that's been added, they can then unload themselves depending on what they are really for.
This could be something else to look at in terms of methods I mention above.