01.10.2011, 11:12
pawn Код:
public DisplayDialogForPlayer(playerid, dialogid)
{
new mstring[1500], titlestring[32], line1[512], line2[512], line3[256];
new string[128];
switch(dialogid)
{
case 1: ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Login","Welcome back to***HIDDEN***, %s .\n\nThat name is registered. please enter your password below.","Login","Quit",PlayerName(playerid));
Help?