Help?
#1

I have used a tut for the Register Script and I want it to say the players name in the Dialog?

pawn Код:
Login[playerid] = 0;
    new nombre[MAX_PLAYER_NAME], archivo[256];
    GetPlayerName(playerid, nombre, sizeof(nombre));
    new getplayer[MAX_PLAYER_NAME];
    format(archivo, sizeof(archivo), "/Users/%s.ini", nombre);
    if (!dini_Exists(archivo))
    {
        ShowPlayerDialog(playerid, Register, DIALOG_STYLE_INPUT, "Foxx Role Play - Register", "Please enter a safe Passwsord for your Account", "Register", "Quit");
    }
    else
    {
        ShowPlayerDialog(playerid, Logged, DIALOG_STYLE_INPUT, "Foxx Role Play - Login", "Please type your Password for the Account '%s'", "Login", "Quit");
    }
    return 1;
}
Here is were I want it to say the Players Name;

pawn Код:
ShowPlayerDialog(playerid, Logged, DIALOG_STYLE_INPUT, "Foxx Role Play - Login", "Please type your Password for the Account '%s'", "Login", "Quit");
Reply


Messages In This Thread
Help? - by Luis- - 17.10.2010, 22:19
Re: Help? - by [L3th4l] - 17.10.2010, 22:47
Re: Help? - by Luis- - 17.10.2010, 22:51
Re: Help? - by [L3th4l] - 17.10.2010, 22:55
Re: Help? - by Scenario - 17.10.2010, 22:56
Re: Help? - by Luis- - 17.10.2010, 22:59
Re: Help? - by Scenario - 17.10.2010, 23:04
Re: Help? - by Luis- - 17.10.2010, 23:05
Re: Help? - by Scenario - 17.10.2010, 23:13
Re: Help? - by Luis- - 17.10.2010, 23:17

Forum Jump:


Users browsing this thread: 2 Guest(s)