Dialog help.
#1

Hey there, when a player registers in my server as soon as he completes filling his information like age, sex, password he should be spawned inside dmv and show up dialog box saying Do you wish to see the information, but all it does it spawns the player and the dialogbox doesnt appear.
The dialog is like this
pawn Код:
case 0: // Welcome Dialog
        {
            ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "Do you wish to see the information?","If you want to then click yes else no.", "Yes", "No");
        }
Reply
#2

Under onplayerspawn add

ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "Do you wish to see the information?","If you want to then
click yes else no.", "Yes", "No");
Reply
#3

Well shouldnt i make cases like if?
Reply
#4

you will not need it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)