Dialog Help - 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: Dialog Help (
/showthread.php?tid=610619)
Dialog Help -
Digii - 26.06.2016
Hello Bros, I've got a bit of concern about dialogs, is it possible to add items on dialog when you are in game ?
for example: I'm using command /premium, on my screen will appear a DIALOG_STYLE_LIST, with a option which is
[+] Add Objects, I want when I click on that Text another DIALOG_STYLE_INPUT to appear so I can write a name and the name I wrote in that box to apear next time when I'm using command /premium. So the Dialog will look somthing like this
[+]Add a name
--
Name1
sorry if it wasn't an accurate description if you didn't understand the idea I will explain it again.
rep++ for people who helps me !!
Thank you.
Re: Dialog Help -
AlonzoTorres - 26.06.2016
Maybe something like this?
https://sampforum.blast.hk/showthread.php?tid=570213
Or make your own system with textdraws!
Re: Dialog Help -
Digii - 26.06.2016
Quote:
Originally Posted by AlonzoTorres
|
Similar, but I want to be some kind of DIALOG_STYLE_LIST, I'm not sure if is possible but asking is worth.