20.06.2013, 22:42
Quote:
|
Код:
ShowPlayerDialog(playerid,2000,DIALOG_STYLE_MSGBOX,"Mobile Data Control", "Convicts:\n %s", "Accept", "Cancel", PlayerInfo[x][crimereason]); |
JustBored has the right idea! %s, %d, %i, %f are all "placeholders" as I like to call them. You need to use format in order to actually sort out what should be substituted in for each of them.


