21.12.2010, 13:30
ShowPlayerDialog doesn't have a formatting feature, you need to use format. Although you don't seem to need it in this case, as all you're doing is putting a single string in there, so just put it in directly.
pawn Код:
ShowPlayerDialog(playerid,2,DIALOG_STYLE_LIST,"Character Selection",AccountData[playerid][Char1],"Login","Cancel");