Dialog problem
#1

SOLVED
Reply
#2

pawn Код:
format( RegBox, sizeof RegBox, "You account is registered!\n\n"#COLOR_LIGHTBLUE"Account: %s\n"#COLOR_LIGHTBLUE"Password: %s",name,inputtext);
Reply
#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
#4

ok thanks i fixed the strings and i change it to this and it WOKED
pawn Код:
format(RegBox, sizeof RegBox, "You account is registered!\n\n{#509CC5}Account: %s\n{#509CC5}Password: %s",name,inputtext);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)