Keep crashing
#5

- When you log onto the administration does a dialog box appear for you to enter text or click on something?

Код:
if(dini_Int(file, "AdminAccount") == 1)
{
format(file, sizeof(file), "users/%s.ini",RPNU(playerid));
SetPlayerName(playerid, dini_Get(file, "OldName"));
format(file, sizeof(file), "users/%s.ini", RPNU(playerid));
ShowDialog(playerid, 2);
}
if(!dini_Exists(file))
{
ShowDialog(playerid, 1);
return 1;
}
Reply


Messages In This Thread
Keep crashing - by Drake Star - 02.07.2013, 02:50
Re: Keep crashing - by Akira297 - 02.07.2013, 02:54
Re: Keep crashing - by Drake Star - 02.07.2013, 03:08
Re: Keep crashing - by Drake Star - 02.07.2013, 03:14
Re: Keep crashing - by Akira297 - 02.07.2013, 03:16
Re: Keep crashing - by Drake Star - 02.07.2013, 03:18
Re: Keep crashing - by Akira297 - 02.07.2013, 03:20
Re: Keep crashing - by Drake Star - 02.07.2013, 03:31
Re: Keep crashing - by Akira297 - 02.07.2013, 03:37
Re: Keep crashing - by Drake Star - 02.07.2013, 03:42

Forum Jump:


Users browsing this thread: 1 Guest(s)