/// <summary> /// 进入游戏 /// </summary> /// <param name="data"></param> private void ServerCreateJoinRoom(TenCreateJoinRoomData data) { #if YYVOICE //登陆呀呀语音(step=2) YYsdkManager.instance.LoginVoiceServer(PlayerModel.Inst.UserInfo.userId); #endif if (PlayerModel.Inst.address != null) { NetProcess.SendRequest <SendAddrReq>(PlayerModel.Inst.address, TenProtoIdMap.CMD_SendAddress, (msgData) => { SQDebug.Log("gps 返回"); }, false); } Debug.Log("进入游戏"); TenModel.Inst.mGameId = (eGameType)data.roomInfo.gameId; TenModel.Inst.mSubGameId = data.roomInfo.subGameId; TenModel.Inst.mRoomRules = data.roomInfo.rule; TenModel.Inst.mZhuangSeatId = data.roomInfo.zhuangSeatId; TenModel.Inst.mMySeatId = data.roomInfo.mySeatId; TenModel.Inst.mGoldPattern = data.roomInfo.pt; TenModel.Inst.mGameState = (eTenGameState)data.roomInfo.gameState; TenModel.Inst.mRoomId = data.roomInfo.roomId; TenModel.Inst.mRoomState = data.roomInfo.roomState; if (data.roomInfo.playerList != null) { for (int i = 0; i < data.roomInfo.playerList.Count; i++) { PlayerSeatDown(data.roomInfo.playerList[i]); } } if (data.roomInfo.handCardsList != null) { if (data.roomInfo.handCardsList.myCardsInfo != null) { TenModel.Inst.mQzListValue = data.roomInfo.handCardsList.myCardsInfo.qzListValue; TenModel.Inst.mXzListValue = data.roomInfo.handCardsList.myCardsInfo.xzListValue; if (data.roomInfo.handCardsList.myCardsInfo.qzListValue != null || data.roomInfo.handCardsList.myCardsInfo.xzListValue != null) { TenModel.Inst.mGameed = true; TenModel.Inst.mGameedSeatIdList.Add(data.roomInfo.mySeatId); } } if (data.roomInfo.handCardsList.otherCardsInfo != null) { for (int i = 0; i < data.roomInfo.handCardsList.otherCardsInfo.Count; i++) { if (data.roomInfo.handCardsList.otherCardsInfo[i].qzListValue != null || data.roomInfo.handCardsList.otherCardsInfo[i].xzListValue != null) { TenModel.Inst.mGameedSeatIdList.Add(data.roomInfo.handCardsList.otherCardsInfo[i].seatId); } } } } Debug.Log("进入游戏222"); OpenWindow(); Debug.Log("进入游戏3333"); mView.ServerCreateJoinRoom(data); if (mView != null) { mView.mSelfPlayer.SetChanagDeskBtnState(true); mView.mSelfPlayer.SetReadyBtnState(true); } List <string> names = new List <string>(); names.Add(typeof(TenGameView).Name); BaseView.CloseAllViewBut(names); }
/// <summary> /// 加入游戏 /// </summary> /// <param name="data"></param> public void ServerCreateJoinRoom(TenCreateJoinRoomData data) { CleanAllDesk(); UpdateBaseScore(TenModel.Inst.mRoomRules.baseScore); if (data.roomInfo.pt) { mRoomId.text = "模式:自由场"; mSelfPlayer.SetChangDeskBtnState(true); mSelfPlayer.SetInvateBtnState(false); } else { mRoomId.text = "房间号:" + data.roomInfo.roomId; mSelfPlayer.SetChangDeskBtnState(false); mSelfPlayer.SetInvateBtnState(true); } if (data.roomInfo.playerList != null) {//玩家坐下 for (int i = 0; i < data.roomInfo.playerList.Count; i++) { PlayerSeatDown(data.roomInfo.playerList[i]); } } ChangZhuang(data.roomInfo.zhuangSeatId); if (data.roomInfo.roomState == 0 || (eTenGameState)data.roomInfo.gameState == eTenGameState.Ready) { if (TenModel.Inst.mPlayerInfoDic[data.roomInfo.mySeatId].isReady) { mSelfPlayer.SetReadybtnState(false); } else { mSelfPlayer.SetReadybtnState(true); } } else { TenPlayerUI player = null; mSelfPlayer.SetReadybtnState(false); mSelfPlayer.SetInvateBtnState(false); mSelfPlayer.SetChangDeskBtnState(false); if (data.roomInfo.handCardsList != null && data.roomInfo.handCardsList.myCardsInfo != null) { if (TryGetPlayer(data.roomInfo.mySeatId, out player)) { if (data.roomInfo.handCardsList.myCardsInfo.cards != null) { player.InstantiateCards(data.roomInfo.mySeatId, data.roomInfo.handCardsList.myCardsInfo.cards.cards, false, data.roomInfo.handCardsList.myCardsInfo.cards.mp); } player.UpdateCathecticCoin(data.roomInfo.handCardsList.myCardsInfo.xz + ""); if (data.roomInfo.handCardsList.myCardsInfo.isQz) { player.SetQiangZhuangResult(true, data.roomInfo.handCardsList.myCardsInfo.qzbs); } if (data.roomInfo.handCardsList.myCardsInfo.cardsType != null) { player.SetCardsType(data.roomInfo.handCardsList.myCardsInfo.cardsType); } switch ((eTenGameState)data.roomInfo.gameState) { case eTenGameState.XiaZhu: if (data.roomInfo.handCardsList.myCardsInfo.isXz) { player.UpdateCathecticCoin(data.roomInfo.handCardsList.myCardsInfo.xz + ""); } else { if (data.roomInfo.zhuangSeatId != data.roomInfo.mySeatId) { mSelfPlayer.SetBetBtnItemState(true); mSelfPlayer.InitOptItemList <float>(data.roomInfo.handCardsList.myCardsInfo.xzListValue); mSelfPlayer.ShowBetBtnList(data.roomInfo.handCardsList.myCardsInfo.canXzList); } } break; case eTenGameState.QiangZhuang: if (data.roomInfo.handCardsList.myCardsInfo.isQz) { player.SetQiangZhuangResult(true, data.roomInfo.handCardsList.myCardsInfo.qzbs); } else { mSelfPlayer.SetBetBtnItemState(true); Debug.Log(data.roomInfo); if (data.roomInfo.handCardsList.myCardsInfo.qzListValue != null) { mSelfPlayer.InitOptItemList <int>(data.roomInfo.handCardsList.myCardsInfo.qzListValue); } if (data.roomInfo.handCardsList.myCardsInfo.canQzList != null) { mSelfPlayer.ShowBetBtnList(data.roomInfo.handCardsList.myCardsInfo.canQzList); } } break; case eTenGameState.LookCard: if (data.roomInfo.handCardsList.myCardsInfo.isLp && data.roomInfo.handCardsList.myCardsInfo.cardsType != null) { player.SeparateCards(data.roomInfo.handCardsList.myCardsInfo.cardsType.order); player.SetCardType(true, data.roomInfo.handCardsList.myCardsInfo.cardsType.point, data.roomInfo.handCardsList.myCardsInfo.cardsType.ratio); } else { TenModel.Inst.mLookCard = true; //mSelfPlayer.SetLiangCardBtnState(true); // mSelfPlayer.SetCuoBtnState(false); } break; } } } if (data.roomInfo.handCardsList != null && data.roomInfo.handCardsList.otherCardsInfo != null) { for (int i = 0; i < data.roomInfo.handCardsList.otherCardsInfo.Count; i++) { if (TryGetPlayer(data.roomInfo.handCardsList.otherCardsInfo[i].seatId, out player)) { if (data.roomInfo.handCardsList.otherCardsInfo[i].cards != null) { player.InstantiateCards(data.roomInfo.handCardsList.otherCardsInfo[i].seatId, data.roomInfo.handCardsList.otherCardsInfo[i].cards.cards, false, data.roomInfo.handCardsList.otherCardsInfo[i].cards.mp); } player.UpdateCathecticCoin(data.roomInfo.handCardsList.otherCardsInfo[i].xz + ""); if (data.roomInfo.handCardsList.otherCardsInfo[i].isQz) { player.SetQiangZhuangResult(true, data.roomInfo.handCardsList.otherCardsInfo[i].qzbs); } switch ((eTenGameState)data.roomInfo.gameState) { case eTenGameState.XiaZhu: if (data.roomInfo.handCardsList.otherCardsInfo[i].isXz) { player.UpdateCathecticCoin(data.roomInfo.handCardsList.otherCardsInfo[i].xz + ""); } break; case eTenGameState.QiangZhuang: if (data.roomInfo.handCardsList.otherCardsInfo[i].isQz) { player.SetQiangZhuangResult(true, data.roomInfo.handCardsList.otherCardsInfo[i].qzbs); } break; case eTenGameState.LookCard: if (data.roomInfo.handCardsList.otherCardsInfo[i].isLp && data.roomInfo.handCardsList.otherCardsInfo[i].cardsType != null) { List <string> cards = new List <string>(); cards.AddRange(data.roomInfo.handCardsList.otherCardsInfo[i].cards.mp); cards.AddRange(data.roomInfo.handCardsList.otherCardsInfo[i].cards.cards); player.TurnCards(cards); player.SeparateCards(data.roomInfo.handCardsList.otherCardsInfo[i].cardsType.order); player.SetCardType(true, data.roomInfo.handCardsList.myCardsInfo.cardsType.point, data.roomInfo.handCardsList.myCardsInfo.cardsType.ratio); } break; } } } } } if (data.roomInfo.zhuangSeatId > 0) { CleanQzStateBut(data.roomInfo.zhuangSeatId); } switch ((eTenGameState)data.roomInfo.gameState) { case eTenGameState.LookCard: ShowLastTime("看牌倒计时", data.roomInfo.timeDown); break; case eTenGameState.QiangZhuang: ShowLastTime("抢庄倒计时", data.roomInfo.timeDown); break; case eTenGameState.XiaZhu: ShowLastTime("下注倒计时", data.roomInfo.timeDown); break; } }