Dialogs for register - 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: Dialogs for register (
/showthread.php?tid=274377)
Dialogs for register -
MrDarth - 05.08.2011
Hello, is it possible to make a dialog box like:
Enter your password:
Input dialog here
Repeat your password:
Input dialog here
Register Quit
Thanks in advance.
EDIT: I'm a newbie in pawn scripting, just started to script my own gamemode from scratch.
About my question, if it isn't possible, I will make it in other way with one more dialog box.
Re: Dialogs for register -
MadeMan - 05.08.2011
You mean 2 input boxes in 1 dialog? No.
Re: Dialogs for register -
MrDarth - 05.08.2011
Maybe in future sa-mp will implement such function?
Re: Dialogs for register -
Tigerkiller - 05.08.2011
you only can make a dialog with 1 inputtext
you can store the pw in a verriable and show the repeat dialog check if the password the same register him oor else
send error message
Re: Dialogs for register -
MrDarth - 05.08.2011
Quote:
Originally Posted by Tigerkiller
you only can make a dialog with 1 inputtext
you can store the pw in a verriable and show the repeat dialog check if the password the same register him oor else
send error message
|
Yes, that's what I'm going to use.
Re: Dialogs for register -
Tigerkiller - 05.08.2011
do you need help?
Re: Dialogs for register -
MrDarth - 05.08.2011
No, thanks. I'm good in Java and C#, pawn looks easy.
Re: Dialogs for register -
Tigerkiller - 05.08.2011
ok i only asked
Re: Dialogs for register -
MrDarth - 05.08.2011
Thanks anyway.