Help with dialog_style_tablist_headers - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help with dialog_style_tablist_headers (
/showthread.php?tid=620641)
Help with dialog_style_tablist_headers -
quvin4 - 01.11.2016
Is there any way to do something like the following:
Код:
Dialog_Show(playerid,dialogid,DIALOG_STYLE_TABLIST_HEADERS,"Header\tHeader\tHeader\n"string,"Select","Cancel");
The reason is because i need to insert a loop of strings after, but I don't know how to go about with this.
Re: Help with dialog_style_tablist_headers -
oMa37 - 01.11.2016
use format.
Re: Help with dialog_style_tablist_headers -
quvin4 - 01.11.2016
Never thought of that.. >_< I really need to get some sleep. Thank you!