[SOLVED] Dialog?!?
#8

This is the part that makes it so:

pawn Код:
if(!strlen(inputtext))
        {
            new Dialog1[256];
          new pName[MAX_PLAYER_NAME];
            GetPlayerName(playerid, pName, sizeof(pName));
            format(Dialog1,256,"Sa ei trьkkinud parooli!\nKasutaja: %s\nTrьki siia uuesti parooli:",pName);
            ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Logimine",Dialog1,"Logi sisse","Vдlju");
            return 1;
        }
Reply


Messages In This Thread
[SOLVED] Dialog?!? - by Mechscape - 30.12.2009, 14:00
Re: Dialog?!? - by [03]Garsino - 30.12.2009, 14:03
Re: Dialog?!? - by Mechscape - 30.12.2009, 14:13
Re: Dialog?!? - by WackoX - 30.12.2009, 14:35
Re: Dialog?!? - by Mechscape - 30.12.2009, 15:50
Re: Dialog?!? - by MadeMan - 30.12.2009, 15:55
Re: Dialog?!? - by Mechscape - 30.12.2009, 16:50
Re: Dialog?!? - by MadeMan - 30.12.2009, 16:54
Re: Dialog?!? - by Mechscape - 30.12.2009, 19:03
Re: Dialog?!? - by MadeMan - 30.12.2009, 19:06

Forum Jump:


Users browsing this thread: 1 Guest(s)