Help with Getplayername in Dialog on logging
#7

Quote:
Originally Posted by MrAjusshi
Посмотреть сообщение
Код HTML:
    new string[1024];
    format(string, sizeof(string), "This account is already registered, please type your password.\n\nUsername: %s\nPassword:", PlayerName(playerid));
    ShowPlayerDialog(playerid,DIALOG_LOGIN, DIALOG_STYLE_PASSWORD,""COL_GREEN"Login", string, "Login","Quit");
Код:
new string[1024];
That does not need to be that big, you can decrease it. Something around 144 (I'm guessing should be fine, including the playername which is 24 characters long).
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)