01.11.2013, 08:44
Код:
if(fexist(UserPath(playerid))) { INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid); ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE"Type your password below to login.","Login","Quit"); }
Because in ******'s tutorial of y_ini there're only first 2 arguments.The file name and the function to call.
I'm guessing those two are for that string (%s) ?