About filterscripts...
#1

How did I do this again... I have two scripts in one .pwn, defined as a filterscript. But it ain't working like that.. So, I want them into two different FS's.. Anyone got a helping hand?

http://pastebin.com/AgvXtWiq
Reply
#2

Remove main() { }

#define FILTERSCRIPT is useless without expanding it! Why don't you people understand it!

You can remove #define FILTERSCRIPT and add following functions ( still do that, no matter if you deleted or not )
pawn Код:
public OnFilterScriptInit()
{
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}
Reply
#3

Oops... Somehow forgot... Lmao thanks
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)