cmddrinkandeat.cpp
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:8k
- #include "stdafx.h"
- #include "XmudOS.h"
- #include "CmdPlayerLogon.h"
- #include "CommandCheck.h"
- #include "mapMapInfo.h"
- #include "npcNpc.h"
- #include "Common.h"
- #include "Condition.h"
- extern rmfullglobals myglobs;
- void CCommandCheck::UseProc(LPVOID pvPlayer,char *szWhichItem, int nUseNum,char *Result)
- {
- CGoods *lpGoods = NULL;
- CPlayerInfo *lpPlayerInfo;
- lpPlayerInfo = (CPlayerInfo*)pvPlayer;
- EnterCriticalSection(&myglobs.csPlayerData);
- lpGoods = lpPlayerInfo->GetGoods(szWhichItem);
- if(lpGoods == NULL) {
- wsprintf(Result,"%s FAIL %s