11.06.2013, 00:29
With whole bunch of \n's I can't have all the information in the ShowPlayerDialog. Some of the things don't come.
It doesn't show anything after "punch" even if I add a \n there.
pawn Код:
format(str1, 128, "{FFFFFF}Welcome back to ***!\n\nUsername: %s\nOrganization: %s\nAccount Status: {ADFF2F}Registered\n{FFFFFF}Please punch in your password in order to play.",name,dini_Get(Pos(playerid),"Org"));
ShowPlayerDialog(playerid, LOGIN, DIALOG_STYLE_PASSWORD, "Membership Area", str1, "Login", "");