12.10.2014, 13:29
pawn Код:
case 0:
{
new string[244];
format(string, sizeof(string), "{FFFFFF}Hello, Welcome to The Life of Flying We have found you are registered.\r\n[USERNAME]: {FF9900}%s{FFFFFF}\n{FFFFFF}[IP]: {FF9900}%s{FFFFFF}\r\nPlease enter your password below to login.", playerid, ip);
ShowPlayerDialog(playerid, 1,DIALOG_STYLE_PASSWORD, string,"Login","Quit");
}