Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug type MA Muted #29

Open
DarklSide opened this issue Jul 20, 2023 · 0 comments
Open

Bug type MA Muted #29

DarklSide opened this issue Jul 20, 2023 · 0 comments

Comments

@DarklSide
Copy link

Always "return"

 * @param iType		Type (0 - None, 1 - Voice Chat, 2 - Text Chat, 3 - Voice + Text Chat) 
forward void MAOnClientMuted
Text Chat = 2
Voice Chat = 1
Voice + Text Chat = 3

MA_GAG != Text Chat
MA_MUTE != Voice Chat
MA_SILENCE != Voice + Text Chat

#define MA_GAG 5
#define MA_MUTE 6
#define MA_SILENCE 7

* @param iType Type (0 - None, 1 - Voice Chat, 2 - Text Chat, 3 - Voice + Text Chat)
* @param iTime Time
* @param sReason Reason
* @noreturn
*********************************************************/
forward void MAOnClientMuted(int iClient, int iTarget, char[] sIp, char[] sSteamID, char[] sName, int iType, int iTime, char[] sReason);

if(type != MA_MUTE && type != MA_GAG && type != MA_SILENCE)
{
return;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant