09.03.2016, 15:21
Tell me how can I show the character "%" in the dialog
I need to shown in the dialog
Код:
new progress = 100, msg[50]; format(msg, 50, " Progress %d %", progress); ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, " ", msg, " ", " ");
Код:
Progress 100 %