Hi Elitepvpers,
I am wondering about an command that seems an bit bugged.
On my test server i am dual clienting to test things out.
However i noticed that the /notalk command is not working as expected.
For example
Player 1 = admin
Player 2 = normal
Player1-> /notalk Player2
Player2 can still talk
Player1-> /notalk Player1
Player 1 Cant talk.
It seems that you can only set the Talk/NoTalk mode to GameMasters or higher.
I have checked the onModifyMode but i cant see the problem for this.
Any one experienced the same problem before? Or has someone an fix for it.
With kind regards
Edit:
Problem Solved..
I was to stupid and to blind to see this line
if( !pUser->IsAuthHigher(AUTH_GAMEMASTER) )
{
return;
}
inside void CDPSrvr::OnModifyMode
I am wondering about an command that seems an bit bugged.
On my test server i am dual clienting to test things out.
However i noticed that the /notalk command is not working as expected.
For example
Player 1 = admin
Player 2 = normal
Player1-> /notalk Player2
Player2 can still talk
Player1-> /notalk Player1
Player 1 Cant talk.
It seems that you can only set the Talk/NoTalk mode to GameMasters or higher.
I have checked the onModifyMode but i cant see the problem for this.
Any one experienced the same problem before? Or has someone an fix for it.
With kind regards
Edit:
Problem Solved..
I was to stupid and to blind to see this line
if( !pUser->IsAuthHigher(AUTH_GAMEMASTER) )
{
return;
}
inside void CDPSrvr::OnModifyMode