switch max value 194?
#1

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
Reply
#2

This is called the dialog ID not a max value to anything, you can change the value at anytime , but there shouldnt be two of the same
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)