I'm trying make something on 4story source, i'm learning while editing things but I'm having a problem in a part of code, so think i have this code:
The problem at this code is the part of "Say(pMSG);" I got an error on building
It says identifier not found but if you scroll down CSSender.cpp, all voids have this pMSG, idk why i'm still searching it, if anybody can help me on that, i'll be very thankful.
PHP Code:
void CTItem::SendCS_FOO_ACK( CTItem *pTITEM)
{
CPacket *pMSG = new CPacket();
pMSG->SetID(CS_FOO_ACK)
<< pTITEM->m_wFoo
<< pTITEM->m_dlID;
Say(pMSG);
}
PHP Code:
c:\Users\Stupid\SomeThings\4Story Source Files 3.5\4Story Source Files 3.5\TServer\TMapSvr\CSSender.cpp(1134): error C3861: 'Say': identifier not found, even with argument-dependent lookup