03.06.2014, 01:54
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
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");
}