22.03.2013, 10:30
Oh well, I've been trying to make a command which uses OnFilterScriptInit callback but the problem is that I need that certain callback to be called on OnGameModeInit callback, so what I wanted to ask is if I use the following command under OnGameModeInit will activate OnFilterScriptInit of the selected filterscript.
SendRconCommand("loadfs FILTERSCRIPT");
Will it?
SendRconCommand("loadfs FILTERSCRIPT");
Will it?