SA-MP Forums Archive
Dialog: More Buttons? - 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: More Buttons? (/showthread.php?tid=644935)



Dialog: More Buttons? - pulsare - 17.11.2017

Hey,

is there an Option to add 3 Buttons in a Dialog (password) ?

ShowPlayerDialog(playerid,LOGIN,DIALOG_STYLE_PASSW ORD,"Login","Your Account was found. Login.","Login","Cancel");


It should be like "Login""Cancel""Forgot Password?"


Re: Dialog: More Buttons? - zMason - 17.11.2017

The only way you can get more then 2 buttons in a dialog is if you use listitem, but it won't give you the ability to type. My alternative solution to this situation would be to make a menu before the login with additional information and options such as 'forgot password'.


Re: Dialog: More Buttons? - pulsare - 17.11.2017

Quote:
Originally Posted by zMason
Посмотреть сообщение
The only way you can get more then 2 buttons in a dialog is if you use listitem, but it won't give you the ability to type. My alternative solution to this situation would be to make a menu before the login with additional information and options such as 'forgot password'.
good idea thx