cmdplayerlogongetdata.cpp
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:12k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. #include "stdafx.h"
  2. #include "XmudOS.h"
  3. #include "CmdPlayerLogon.h"
  4. #include "npcNpc.h"
  5. #include "mapmapinfo.h"
  6. extern rmfullglobals myglobs;
  7. extern CList <TClientConData *,TClientConData* >playersocketlist;
  8. extern CList <CBaseMap*,CBaseMap*>maplist;
  9. CString CCmdPlayerLogon::GatherPlayerData(char *Result,CPlayerInfo * lpPlayerInfo)
  10. {
  11. CString sResultMsg,parm,sign;
  12. CString strtmp;
  13. sign = CString("'");
  14. parm = CString("'t");
  15. sResultMsg = CString("OKt") + sign + CString("PLAYER") + parm;
  16. //Μ栋