Help!
#4

Код:
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
Remove this above login dialog
and place it under

OnDialogRespose.....

Like
Код:
public OnDialogResponse(playerid.......)
{
if(dialogid ==  .....)
{
if(password OK)
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
}
else
{
ShowPlayerDialog(playerid,LOGIN DIALOG.....)(;
Reply


Messages In This Thread
Help! - by Mouiz - 10.07.2015, 13:22
Re: Help! - by Mouiz - 10.07.2015, 13:31
Re: Help! - by Mouiz - 10.07.2015, 14:57
Re: Help! - by kalanerik99 - 10.07.2015, 15:06
Re: Help! - by Mouiz - 10.07.2015, 15:13

Forum Jump:


Users browsing this thread: 1 Guest(s)