| | |
| | | pid = result[2]
|
| | | platform = result[3]
|
| | | account_type = result[4]
|
| | | |
| | | if platform in ChConfig.Def_Tencent_PF_List:
|
| | | pf = ChConfig.Def_Tencent_PF_List.index(platform) + 1
|
| | | PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_Player_Dict_TencentPF, pf)
|
| | | else:
|
| | | PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_Player_Dict_TencentPF, 0)
|
| | |
|
| | | PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_Player_Dict_PlayerFromPID, pid)
|
| | | PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_Player_Dict_Account_Type, account_type)
|