28.08.2012, 13:47
pawn Код:
new regstring[128];
new regname[64];
GetPlayerName(playerid,regname,sizeof(regname));
format(regstring,sizeof(regstring),"Note - An account with this name was not found inside the database.\n if you would like to register this account, \n type in the password you would like to register with.",regname);
ShowPlayerDialog(playerid,12345,DIALOG_STYLE_INPUT,"Register an account",regstring,"Register","Cancel");
PlayerPlaySound(playerid, 1316, 0.0, 0.0, 0.0);
}