Formatting and adding MySQL cache'd values wont work properly
#3

Quote:
Originally Posted by IstuntmanI
Посмотреть сообщение
You are using your header for this:
pawn Код:
format(dialog, 524, "{A6856A}Please select your character to spawn");
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
pawn Код:
format(dialog, 32, "ID\tFirstname\tSurname\tStatus");
You can see an example for each dialog style here: https://sampwiki.blast.hk/wiki/Dialog_Styles
Ah yes! Figured the issue was gonna be something to do with the columns.. I just added blank tabs and now it's working perfectly fine, thank you.
Reply


Messages In This Thread
Formatting and adding MySQL cache'd values wont work properly - by Meller - 14.09.2017, 18:06
Re: Formatting and adding MySQL cache'd values wont work properly - by IstuntmanI - 15.09.2017, 01:55
Re: Formatting and adding MySQL cache'd values wont work properly - by Meller - 15.09.2017, 07:45

Forum Jump:


Users browsing this thread: 1 Guest(s)