[SOLVED] How? Make long Dialog Lists - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [SOLVED] How? Make long Dialog Lists (
/showthread.php?tid=150559)
[SOLVED] How? Make long Dialog Lists -
cAMo - 26.05.2010
Код:
ShowPlayerDialog(playerid, 4, DIALOG_STYLE_LIST, "Menu","Items","Select", "Cancel");
Where items is actually about 30 item names.
Getting Errors:
error 075: input line too long (after substitutions)
Re: How? Make long Dialog Lists -
ipsBruno - 26.05.2010
Here In Portuguese Tutorial
====>>>
http://forum.sa-mp.com/index.php?topic=144477.0
Re: How? Make long Dialog Lists -
cAMo - 26.05.2010
Great, thanks!
Solution = placing string where the menu options are, and defining string with the options on a different line.
Re: [SOLVED] How? Make long Dialog Lists -
ipsBruno - 26.05.2010
nop