How do I add these two scripted jobs into one filterscript?
#2

Either merge them both into the one callback or do call the callbacks inside the main callback.

pawn Код:
public OnFilterScriptInit()
{
    OnFilterScriptInit1();
    return 1;
}
You also must remember to forward public functions

pawn Код:
forward OnFilterScriptInit1();
Reply


Messages In This Thread
How do I add these two scripted jobs into one filterscript? - by rangerxxll - 14.08.2011, 00:06
Re: How do I add these two scripted jobs into one filterscript? - by [HiC]TheKiller - 14.08.2011, 01:24

Forum Jump:


Users browsing this thread: 1 Guest(s)