I want to stop character level
karakter level durdurmak istiyorum
>zone>Mygame03.cpp> 321 #ifdef __GOD__
does it have anything to do with this line?
bu satırla alakası var mı?
-------------------------------
if ((tITEM_INFO->iLevelLimit + tITEM_INFO->iMartialLevelLimit) > tLevel)
#else
if (tITEM_INFO->iLevelLimit > tLevel)
#endif
{
return FALSE;
}
return TRUE;
}
-------------------------------
I got the lines TRUE, it doesn't resolve
satırları TRUE aldım çözülmüyor
Does anyone notice the CPP connected to it?
buna bağlı CPP de farkeden var mı ?






