13.10.2009, 21:11
Is it possible to detect if the player presses the exit / close button on a dialog box.
EXAMPLE:
Is there something like that?
EXAMPLE:
Код:
if(dialogid == 1)
{
if(response)
{
if(closed) == 1)
{

