error 017: undefined symbol "DIALOG_DONATE" [ Please Help ]
#2

The issue lies here.

pawn Код:
// Everything that follows after this line (if defined filterscript) will only be called if FILTERSCRIPT is defined.
#if defined FILTERSCRIPT

////////////////////////
////////////#defines////
///////////////////////

#define DIALOG_DONATE 342


public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Blank Filterscript by your name here");
    print("--------------------------------------\n");
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}

#else
Put it after the #else line, or before the #if defined FILTERSCRIPT line.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)