09.04.2013, 18:29
just a quick question.
I'm running an intialisation routine during OnGameModeInit OR OnFilterScriptInit in my include.
If I hook both OnGameModeInit and OnFilterScriptInit am I gonna have problems with the initialisation routine running twice on a GM where the person uses a filterscript?
OR
do i need to add a check to see if OnFilterScriptInit has been called yet and prevent it from initialising during OnGameModeInit?
I'm running an intialisation routine during OnGameModeInit OR OnFilterScriptInit in my include.
If I hook both OnGameModeInit and OnFilterScriptInit am I gonna have problems with the initialisation routine running twice on a GM where the person uses a filterscript?
OR
do i need to add a check to see if OnFilterScriptInit has been called yet and prevent it from initialising during OnGameModeInit?