24.07.2016, 07:55
Dialog not call.
HTML Code:
ShowPlayerDialog(playerid, DIALOG_SELLSKIN, DIALOG_STYLE_MSGBOX, "Sell Skin", "Test Dialog", "Next", "Cancel");
HTML Code:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { case DIALOG_SELLSKIN: { if(!response) printf("call"); if(response) printf("call2"); } return 1; }
HTML Code:
#define DIALOG_SELLSKIN 194