SA-MP Forums Archive
Automatically duplicating dialogs - 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: Automatically duplicating dialogs (/showthread.php?tid=565969)



Automatically duplicating dialogs - Derexi - 02.03.2015

For example, say I wanted to load 40 rows of data from a MySQL table and present it in a dialog (DIALOG_STYLE_MSGBOX), but a dialog only has capacity for 20 rows of data (just an example). How would I code it so if the rows are higher than 20, show those rows on a new dialog? And keep doing that for every 20 rows that are found?


Re: Automatically duplicating dialogs - Vince - 02.03.2015

http://stackoverflow.com/questions/3...plement-paging