SA-MP Forums Archive
problem with dialogid disapear - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: problem with dialogid disapear (/showthread.php?tid=128185)



problem with dialogid disapear - jasonnw666 - 16.02.2010

Код:
		if(dialogid == 50)//EMAIL BOX
		{
		  if(response)
	 		{
 				new havenewmail[64];
				format(havenewmail, sizeof(havenewmail), "%s.mail", ReceiverName[i]);
				if(strval(dini_Get(havenewmail, "pEm1")) == 1)//email1
 				{
	  			ShowPlayerDialog(playerid, USE_DIALOG_IDMAILBOXREAD, DIALOG_STYLE_LIST, "EMAILS BOX - ALL EMAILS", "READ EMAIL 1 new email!!\nREAD EMAIL 2\nREAD EMAIL 3 \nREAD EMAIL 4\nREAD EMAIL 5\nREAD EMAIL 6 \nREAD EMAIL 7\nREAD EMAIL 8\nREAD EMAIL 9\nREAD EMAIL 10", "Select", "Shut Down");
	 			return 1;
				}
			}
	 		return 1;
		}
when dialogid == 50 the windows of dialog disapear
what can be the problem?


Re: problem with dialogid disapear - jasonnw666 - 17.02.2010

what can be the problem please?