17.06.2014, 14:42
You can make a dialog with a lot of lines. use \n to go to next line
Quote:
new mes1[] = "\t\t\t\t\t\t CMDS Help\n\n {F88017}Full list of Cmds."; new mes2[] = "\n Add cmds"; new mes3[] = "\n Add cmds"; new mes4[] = "\n Add cmds"; new mes5[] = "\n Add cmds"; format(string, sizeof(string),"%s %s %s %s %s",mes1,mes2,mes3,mes4,mes5); ShowPlayerDialog(playerid, DIALOG_STYLE_MSGBOX,"Server Cmds.",string,"","Thanks"); |