15.01.2016, 13:41
you can't format a string inside ShowPlayerDialog.
Код:
format(string, sizeof(string), "Welcome back %s. This account is registered. Insert your password to login to your account", pName); ShowPlayerDialog(playerid, dlogin, DIALOG_STYLE_INPUT, "Login", string, "Login", "Quit");