03.11.2016, 03:26
The best way to add more in shop is uses strcat instead of format.
Код:
new dialog[size]; strcat(dialog,"[+] Get Premium Points\n"); strcat(dialog,"[+] Vehicle Premium Premium account - 60 premium points\n"); ... ... ShowPlayerDialog(playerid,DIALOG_SHOP,DIALOG_STYLE_LIST,titlestring,dialog,"Buy","Exit");