Help please
#5

At case:RegisterDialog at the return

Код:
ShowPlayerDialog(playerid, RegisterDialog, DIALOG_STYLE_INPUT,"{FF0000}Indonesia Real Life Roleplay - {FF0000}Register",string1,"Register","Quit");
You need to change what I've highlighted with red. You put there what dialog you want it to appear next. For example, you want the age dialog to appear after that so you add:

Код:
ShowPlayerDialog(playerid, AgeDialog, DIALOG_STYLE_INPUT,"{FF0000}ENTER YOUR AGE {FF0000}Register",string1,"Enter","Quit");
You get the idea? Then at the age dialog you neeed to put

Код:
ShowPlayerDialog(playerid, GenderDialog, DIALOG_STYLE_INPUT,"Enter your gender{FF0000}Register",string1,"Enter","Quit");
I've made it as input, but you change it to whatever you need.
Reply


Messages In This Thread
Help please - by Imbalo - 22.03.2017, 04:17
Re: Help please - by Ayyash - 22.03.2017, 06:19
Re: Help please - by GoldenLion - 22.03.2017, 13:12
Re: Help please - by Imbalo - 22.03.2017, 16:19
Re: Help please - by Sibuscus - 22.03.2017, 19:14
Re: Help please - by Sew_Sumi - 22.03.2017, 20:31
Re: Help please - by Imbalo - 23.03.2017, 03:58
Re: Help please - by Sew_Sumi - 23.03.2017, 05:24
Re: Help please - by Imbalo - 23.03.2017, 06:30
Re: Help please - by Sew_Sumi - 23.03.2017, 12:30

Forum Jump:


Users browsing this thread: 1 Guest(s)