i have one more question

void CGame::Command_BlueBall(int iClientH, char *pData,DWORD dwMsgSize)
{
char seps[] = "= \t\n";
char cName_Master[10], cName_Slave[10], cNpcName[256], cWaypoint[11], cSA;
int pX, pY, j, iNum, iNamingValue, iNpcID;
register int i, x;
BOOL bMaster;
int iSoxH, iSoX;
if (m_pClientList[iClientH] == NULL) return;
if ((memcmp(m_pMapList[m_pClientList[iClientH]->m_cMapIndex]->m_cName, "aresden", 9) != 0) &&
(memcmp(m_pMapList[m_pClientList[iClientH]->m_cMapIndex]->m_cName, "elvine", 9) != 0) &&
(memcmp(m_pMapList[m_pClientList[iClientH]->m_cMapIndex]->m_cName, "wrhus_1", 9) != 0) &&
(memcmp(m_pMapList[m_pClientList[iClientH]->m_cMapIndex]->m_cName, "wrhus_2", 9) != 0)) return;
...etc.
i changed huntzones to towns and warehouses but still i cant do these commands in these places..
could someone help me because i dont know how this works. i can only copy paste and change stuff
