SA-MP Forums Archive
Dialogs in 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: Dialogs in dialogs (/showthread.php?tid=284401)



Dialogs in dialogs - Timlinson - 19.09.2011

Here's my problem, I'm working on a system for my script that when some turns on a computer with /comp, they will open up a dialog. When they click a page and type in the input dialog and enter, it will search the ID they entered and read from a scriptfile. Now the hard part: I want it to take what it red and show it in another dialog box.

Menu(list) > Search(input) > Record(msgbox).

Any help?


Re: Dialogs in dialogs - Abreezy - 19.09.2011

just use showplayerdialog on the dialog response


Re: Dialogs in dialogs - Timlinson - 19.09.2011

I need it to call up the information searched when they input it.