How to display the character "%"
#1

Tell me how can I show the character "%" in the dialog

Код:
new progress = 100, msg[50];
format(msg, 50, " Progress %d %", progress);
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, " ", msg, " ", " ");
I need to shown in the dialog

Код:
 Progress 100 %
Reply
#2

Код:
format(msg, 50, " Progress %d %%", progress);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)