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