07.01.2013, 21:33
pawn Код:
else if(!strlen(inputtext))
{
ShowPlayerDialog(playerid,dregister,DIALOG_STYLE_INPUT,"Register","Welcome! This account is not registered.\nEnter your own password to create a new account.\nPlease enter the password!","Register","Quit");
}
Have you given "PlayerInfo[playerid][Pass]" any value before this?