Dialogs doesn't response, please help!!!!
#7

Код:
if(dialogid == PBMAINMENU)
{
		
		    if(!response)
		    {
			    ShowPlayerDialog(playerid,PBMAINMENU,DIALOG_STYLE_LIST,"Paintball Arena - Main Menu:","Choose an Arena\nPaintball Tokens\nAdmin Menu","Select","Leave");
		    }
		    if(response)
		    {
			   switch(listitem) 
			   {
			         case 0: PaintballArenaSelection(playerid);
			         case 1:PaintballTokenBuyMenu(playerid);
			         case 2:
			         {
					 if(Igrac[playerid][pAdminNivo] >= 1337)
					 {
					        	ShowPlayerDialog(playerid,PBADMINMENU,DIALOG_STYLE_LIST,"Paintball Arena - Admin Menu:","Edit Arena...\nLock All Arenas\nUnlock All Arenas\nSave Changes to All Arenas","Select","Back");
					}
				 }
			    }
		    }
}
maybe try this
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)