NoTalk Command

Results 1 to 1 of 1
  1. #1
    Owner raventh1984 is offline
    Grand MasterRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    NoTalk Command

    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

    Code:
    else if( bi2.dwCommand == 104) //Mute Player
    		{
    			g_DPCoreClient.SendModifyMode( DONTALK_MODE, (BYTE)1, pUser->m_idPlayer, pUser->m_idPlayer );
    		}
    I know that the dwCommand is send to this cause if i change it to kick an player then its working.
    So it has to do with that SendModifyMode. Could anyone give me an tip on how to solve it.

    With kind regards




Advertisement