30.09.2014, 10:03
pawn Код:
public DisplayDialogForPlayer(playerid, dialogid)
{
switch(dialogid)
{
case 1:
{
[B][I]ShowPlayerDialog(playerid,1,DIALOG_STYLE_PASSWORD,"{FFFFFF}Hello, Welcome to The Life of Flying We have found you are registered.\n\n[Username]: {FF9900}%s{FFFFFF} - [IP]: {FF9900}%s{FFFFFF}\n\nPlease enter your password below to login.", username(playerid), ip,"Login","Quit");[/I][/B]
}

