14.08.2011, 01:24
Either merge them both into the one callback or do call the callbacks inside the main callback.
You also must remember to forward public functions
pawn Код:
public OnFilterScriptInit()
{
OnFilterScriptInit1();
return 1;
}
pawn Код:
forward OnFilterScriptInit1();