28.08.2012, 14:39
pawn Код:
new regstring[175], regname[MAX_PLAYER_NAME];
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);