02.10.2014, 10:16
pawn Код:
switch(dialogid)
{
case 1:
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_PASSWORD, "{1B8AE4}Login", "{FFFFFF}Welcome to the {1B8AE4}Life of Flying %s\n\n{FFFFFF}This account is {1B8AE4}registered. {FFFFFF}To gain access, input your password below", "Login", "Quit", PlayerName(playerid));
}
case 2:
{
ShowPlayerDialog(playerid,2,DIALOG_STYLE_INPUT,"{FF9900}Registration","{FFFFFF}Welcome to the {FF9900}Life of Flying\n\n{FFFFFF}Please {FF9900}register {FFFFFF}an account by typing a password below.","Register","Quit");
}