SA-MP Forums Archive
Need help here fast! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need help here fast! (/showthread.php?tid=560554)



Need help here fast! - iCurse - 29.01.2015

Why am'i having a error?

The line
pawn Код:
public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid)
{
    if(playertextid == RegisterPassword[playerid])
    {
        ShowPlayerDialog(playerid, dialog_register_1, DIALOG_STYLE_PASSWORD, "Please enter a password below to register", "Please provide a strong password:", "Continue", "Cancel");
    }
    return 1;
}
The error
Код:
C:\Users\Hadjinoor-PC\Desktop\Tutorial\gamemodes\Prima.pwn(308) : error 017: undefined symbol "dialog_register_1"
And i have this on the top of the script
pawn Код:
#define dialog_regiser_1 1
EDIT: Delete this, problem fixed.


Re: Need help here fast! - ATGOggy - 29.01.2015

PHP код:
#define dialog_regiser_1 1 
-_- Spelling mistake