Hi ragezoners,
I am working on an System Web Api based on Sedrika's WebShop
I have it all working but for 1 command.
What i want is to set an player to noTalk mode but this aint working.
Now i am doing it like so
I know that the dwCommand is send to this cause if i change it to kick an player then its working.Code:else if( bi2.dwCommand == 104) //Mute Player { g_DPCoreClient.SendModifyMode( DONTALK_MODE, (BYTE)1, pUser->m_idPlayer, pUser->m_idPlayer ); }
So it has to do with that SendModifyMode. Could anyone give me an tip on how to solve it.
With kind regards




