29.01.2015, 04:56
Why am'i having a error?
The line
The error
And i have this on the top of the script
EDIT: Delete this, problem fixed.
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;
}
Код:
C:\Users\Hadjinoor-PC\Desktop\Tutorial\gamemodes\Prima.pwn(308) : error 017: undefined symbol "dialog_register_1"
pawn Код:
#define dialog_regiser_1 1