Dialog problem
#3

pawn Код:
new RegBox[64], name[MAX_PLAYER_NAME];
format(RegBox, sizeof(RegBox), "You account is registered!\n\n{000080}Account: %s\n{FFFFFF}Password: %s",name,inputtext);
ShowPlayerDialog(playerid, Login, DIALOG_STYLE_MSGBOX, "Your Stats!", string, "Ok", "Cancel");
Never, and I mean NEVER use 512 cells in a single string that would only need about 64, unless it's a really large string your formatting, and you got the new color embedding system all wrong.
Reply


Messages In This Thread
Dialog problem - by park4bmx - 08.01.2011, 23:58
Re: Dialog problem - by MadeMan - 09.01.2011, 00:01
Re: Dialog problem - by California - 09.01.2011, 00:02
Re: Dialog problem - by park4bmx - 09.01.2011, 09:20

Forum Jump:


Users browsing this thread: 1 Guest(s)