25.12.2018, 06:46
Nice.
You can also do this
I checked the code a little bit. I think every thing under OnGameModeInit and OnFilterScriptInit is same....
You can also do this
PHP Code:
#if !defined FILTERSCRIPT
public OnGameModeInit()
#else
public OnFilterScriptInit()
#endif
{
//code
}