| | |
| | | if len(inputList) != 2:
|
| | | return
|
| | | gmLV = GameWorld.ToIntDef(inputList[1])
|
| | | playerPF = GameWorld.GetPlatform()
|
| | | playerPF = GameWorld.GetAppID()
|
| | | # curIP = curPlayer.GetIP()
|
| | | # if (curIP.find('10.30.') == 0 or curIP.find('192.168.') == 0) and playerPF == "173on_lan":
|
| | | #测试修改
|
| | |
| | | return
|
| | | cmdList = eval(cmdStr)
|
| | | callFunName = cmdList[0]
|
| | | callName = "%s.%s" % (callFunName, "OnExec")
|
| | | callName = "%s.%s" % (callFunName, "OnExecCross")
|
| | | callFunc = GameWorld.GetExecFunc(Commands, callName)
|
| | | if not callFunc:
|
| | | GameWorld.DebugAnswer(crossPlayer, "找不到该跨服命令! %s" % callName)
|