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

游戏引擎

开发平台:

Visual C++

  1. #include "stdafx.h"
  2. #include "XmudOS.h"
  3. #include "CmdPlayerLogon.h"
  4. #include "CommandCheck.h"
  5. #include "mapMapInfo.h"
  6. #include "npcNpc.h"
  7. #include "Common.h"
  8. #include "Condition.h"
  9. extern rmfullglobals myglobs;
  10. void CCommandCheck::UseProc(LPVOID pvPlayer,char *szWhichItem, int nUseNum,char *Result)
  11. {
  12. CGoods *lpGoods = NULL;
  13. CPlayerInfo *lpPlayerInfo;
  14. lpPlayerInfo = (CPlayerInfo*)pvPlayer;
  15. EnterCriticalSection(&myglobs.csPlayerData);
  16. lpGoods = lpPlayerInfo->GetGoods(szWhichItem);
  17. if(lpGoods == NULL) {
  18. wsprintf(Result,"%s FAIL %s