20.06.2013, 18:03
So use strcat example
Код:
new string[1000]; strcat(bigstring, "/command \n"); strcat(bigstring, "/command2 /command3 /command4\n"); strcat(bigstring, "/command5 /command6 /command7 etc\n"); ShowPlayerDialog(playerid, D-ID, 2, "dialog", string, "Select", "Back");