06.09.2017, 08:12
Hi Guyz,I am making a login dialog box,Getting these errors,My Code
Screenshot:
316 line is :
Код:
new str[128], pname[MAX_PLAYER_NAME]; GetPlayerName(playerid,pname,sizeof(pname)); format(str, sizeof(str), ""COLOR_SILVER" Welcome back, %s! \n Type your password into the box below to login.\n If you have not yet registered,Please join \n with another username - this one is taken!", pname); ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",str,""COL_WHITE"Login","Quit");
316 line is :
Код:
format(str, sizeof(str), ""COLOR_SILVER" Welcome back, %s! \n Type your password into the box below to login.\n If you have not yet registered,Please join \n with another username - this one is taken!", pname);