24.03.2013, 11:46
here how it should work (this is example for register dialog make same for your register login)
pawn Код:
new pName[MAX_PLAYER_NAME],string[128];
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
format(string,sizeof(string),"Welcome to Aviators Life.\n\nUsername : %s\n\nEnter Your desiered password Below.",pName);
ShowPlayerDialog(playerid,dregister,DIALOG_STYLE_INPUT,"Aviators Life - Registration Process",string,"Register","Quit");