| | |
| | | import ChConfig
|
| | | import GameWorld
|
| | | import DataRecordPack
|
| | | import PlayerControl
|
| | | #---------------------------------------------------------------------
|
| | | #全局变量
|
| | | #---------------------------------------------------------------------
|
| | |
| | | if not curFindPlayer or curFindPlayer.IsEmpty():
|
| | | return ''
|
| | |
|
| | | curFindPlayer.SetAccState(curFindPlayer.GetAccState()|pow(2, ChConfig.Def_PysForbidByPy))
|
| | | PlayerControl.SetPlayerAccState(curFindPlayer, curFindPlayer.GetAccState()|pow(2, ChConfig.Def_PysForbidByPy))
|
| | | curFindName = curFindPlayer.GetPlayerName()
|
| | |
|
| | | DataRecordPack.DR_ToolGMOperate(query_ID, curFindName, curFindPlayer.GetAccID(), 'GMT_FobidLogin')
|