Posts: 871
Threads: 114
Joined: May 2014
Quote:
Originally Posted by SickAttack
It will be done the same way:
pawn Код:
new string[128], string2[128]; format(string, sizeof(string), "Skin 1: Fattie - Shootgun + Pistol\n"); strcat(string2, string); format(string, sizeof(string), "Skin 2: Fattest - Deagle + Night Stick\n"); strcat(string2, string); ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, "Select a skin from the list below", string2, "Choose", "Close");
|
But why you are using string2 ?