04.10.2012, 19:15
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 )
#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;
}