Dialog won't show
#1

Guys this can be a bit tricky. Why this dialog won't show
Код:
SPD(playerid, DIALOG_KOLA2, DIALOG_STYLE_LIST, "Tuning", "Alien \nX-Flow", "Ok", "Cancel");
	        	{
	        	    if(dialogid == DIALOG_KOLA2)
	        	    {
	        	        if(response)
	        	        {
	        	    		switch(listitem)
	        	    		{
								case 0:
								{
									if(GetPlayerMoney(playerid) > 5000)
	        	    				{
	        	        				SPD(playerid, DIALOG_TUNE2, DIALOG_STYLE_MSGBOX, "Tuning", "Da li ste sigurni? Ovo ce vas kostati 5000$", "Da", "Ne");
	        	        				{
First dialog (DIALOG_KOLA2) shows. But when i click any answer or Ok second dialog (DIALOG_TUNE2) won't show. Why?? Hope you understand me
Reply
#2

Is this under OnDialogResponse?
Reply
#3

Don't worry. I deleted it. I finished that but another problem came in and another. I just couldn't handle it
Reply
#4

Quote:
Originally Posted by Micko123
Посмотреть сообщение
Don't worry. I deleted it. I finished that but another problem came in and another. I just couldn't handle it
Just post the code and explain what's the problem about - we're here to help.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)