We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can I switch it on by default for everyone?
The text was updated successfully, but these errors were encountered:
hello, replace this function with this one:
// ************************** OnClientsCookiesCached *************************** public void OnClientCookiesCached(int client) { if(IsClientValid(client)) { g_bHasSoundsOn[client] = true; char cBuffer[8]; GetClientCookie(client, g_hSankSounds_Cookie, cBuffer, sizeof(cBuffer)); if(StrEqual(cBuffer, "0", false)) { g_bHasSoundsOn[client] = false; } } }
and change this to true: bool g_bHasSoundsOn[MAXPLAYERS + 1] = true,
bool g_bHasSoundsOn[MAXPLAYERS + 1] = true,
Sorry, something went wrong.
No branches or pull requests
Hello bro;
Do you want to enable Chat Sounds
Can I switch it on by default for everyone?
The text was updated successfully, but these errors were encountered: