20.10.2011, 09:31
Код:
if (RegistrationStep[playerid] == 0 && gPlayerLogged[playerid] != 1 && !IsPlayerNPC(playerid)) { if (gPlayerAccount[playerid] != 0) { ShowPlayerDialog(playerid, 1245, DIALOG_STYLE_INPUT,"Welcome, Please Log-In","Type your password below to log-in","Log-in","Quit"); } else { ShowPlayerDialog(playerid, 1246, DIALOG_STYLE_INPUT,"Welcome, Please Register","Type your password below to register a new account.","Register","Quit"); } }