Dialog Disappears
#1

Hi, i have a problem.. my Dialog keeps disappering.

// Dialogid define

Код:
#define DIALOG_HELP 5
// Dialog Answer
Код:
if(dialogid == DIALOG_HELP)
	{
		if(response)
		{
		}
	}
//the cmd
Код:
if(strcmp(cmd, "/help", true) == 0)
	{
		ShowPlayerDialog(playerid, DIALOG_HELP, DIALOG_STYLE_LIST, "Dialog", "Job Commands", "Ok", "Cancel");
		return 1;
	}
iv'e been trying and trying searching and searching with no answer.. thx a lot for all help
Reply


Messages In This Thread
Dialog Disappears - by Cameltoe - 16.06.2010, 18:49
Re: Dialog Disappears - by coole210 - 16.06.2010, 18:57
Re: Dialog Disappears - by Cameltoe - 16.06.2010, 19:05

Forum Jump:


Users browsing this thread: 3 Guest(s)