27.11.2011, 16:07
pawn Код:
if(fexist(UserPath(playerid)))
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""BlueEx"Los Santos Reality Roleplay",""GreyEx"Welcome back To Grand Theft Auto Central Roleplay\nType in your password to get Started.","Login","Quit");
}
else
{
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""BlueEx"Grand Theft Auto Central Roleplay Registration ",""GreyEx"Welcome to Grand Theft Auto Central Roleplay\nType in your password.","Register","Quit");
}