, .
, )
, 4 ? , .
, , , :
bool CAntiCheat:ropItem(CSocket *pSocket, u8 *packet)
{
// 12=DropItem
User *pUser = pSocket->user;
if (pUser->IsNowTrade())
{
pUser->TradeCancel();
CLog::AddAnsi(2,"Exploit detected: drop item in trade state - %ls.",pSocket->user->SD->wszName);
return false;
♥♥
return true;
♥♥
♥♥
Draconic.Ru