15.09.2017, 01:55
You are using your header for this:
that's the first listitem, for DIALOG_STYLE_TABLIST_HEADERS the first listitem is the header (each column, separated with '\t' - you had no '\t' in that header, so it means that it only has one column, so it only showed the ID, while the rest columns were cut out). You have to make it like
You can see an example for each dialog style here: https://sampwiki.blast.hk/wiki/Dialog_Styles
pawn Код:
format(dialog, 524, "{A6856A}Please select your character to spawn");
pawn Код:
format(dialog, 32, "ID\tFirstname\tSurname\tStatus");