|  |  |  | 
|---|
|  |  |  | gameWorld.SetDict(ShareDefine.Def_Notify_WorldKey_CrossDailyActionState % ShareDefine.DailyActionID_CrossReamPK, matchState) | 
|---|
|  |  |  |  | 
|---|
|  |  |  | if curSeasonState == 1 and seasonState == 2: | 
|---|
|  |  |  | PlayerControl.WorldNotify(0, "NotifySeasonOver") | 
|---|
|  |  |  | pass | 
|---|
|  |  |  | #PlayerControl.WorldNotify(0, "NotifySeasonOver") | 
|---|
|  |  |  |  | 
|---|
|  |  |  | # 通知地图服务器状态 | 
|---|
|  |  |  | GameWorld.SendMapServerMsgEx(ShareDefine.Def_Notify_WorldKey_CrossPKZoneID, zoneID) | 
|---|
|  |  |  | 
|---|
|  |  |  | return | 
|---|
|  |  |  |  | 
|---|
|  |  |  | if result == -2: | 
|---|
|  |  |  | PlayerControl.NotifyCode(curPlayer, "InCrossPKing") | 
|---|
|  |  |  | PlayerControl.NotifyCode(curPlayer, "CrossMatching17") | 
|---|
|  |  |  | return | 
|---|
|  |  |  |  | 
|---|
|  |  |  | if result == 1: | 
|---|