22.06.2014, 17:42
Код:
new passwords[64];
Код:
Dialog:Password(playerid, response, listitem, inputtext[]) { if (response) { if(isnull(inputtext)) { ShowDialog(playerid, Show:<Password>, DIALOG_STYLE_INPUT, ""EMBED_WHITE"Login"EMBED_WHITE"", ""EMBED_WHITE"Please enter your password below", "Okay", "Exit"); return 1; } passwords = inputtext; } else { //dont do nothing } return 1; }