10.01.2011, 11:59
Yes it is.
Use a negative value.
e.g the dialog id 200 is open.
To close dialog id 200, use this:
ShowPlayerDialog(playerid, -200, DIALOG_STYLE_MSGBOX, "Bye dialog", "Bye", "Bye", "");
Use a negative value.
e.g the dialog id 200 is open.
To close dialog id 200, use this:
ShowPlayerDialog(playerid, -200, DIALOG_STYLE_MSGBOX, "Bye dialog", "Bye", "Bye", "");