ChatAdditions_AMXX icon indicating copy to clipboard operation
ChatAdditions_AMXX copied to clipboard

🎮 💬 Management of voice and text chats with rich functionality and API for AMXModX.

Results 28 ChatAdditions_AMXX issues
Sort by recently updated
recently updated
newest added

```sql CREATE DATABASE IF NOT EXISTS chat_restriction; USE chat_restriction; -- Table storing user information CREATE TABLE IF NOT EXISTS users ( id INT PRIMARY KEY AUTO_INCREMENT, nickname VARCHAR(255) UNIQUE, ip...

> if can you add to Mute menu mute chat ======== Player Name 1. Mute Voice - Enable / Disable 2. Mute Chat - Enable / Disable __Originally posted by...

feature
mute plugin

`( 22) Load fails: Plugin uses an unknown function (name "CA_Storage_Remove") - check your modules.ini. ` Добавить оповещения об отсутствующих или конфликтующих компонентах системы.

feature

Предлагаю добавить выбор уведомление о гаге: 1. Увидят все 2. Только игрок, которому выдан гаг 3. Без уведомления С параметром "без уведомления" можно, чтоб игрок так же писал в чат,...

feature

Можно ли как-то окрасить уведомление о том, что кто-то был замучен? А то обычный цвет вообще не привлекает никакое внимание и это почти никто не видит из игроков. Добавить зелёного...

feature

`ca_gag_add_reason "Somereason" "abc" "0"` shows in menu as not set ![image](https://user-images.githubusercontent.com/18553678/76177456-5a520e00-61c5-11ea-9975-26cb6370c5b2.png) ![image](https://user-images.githubusercontent.com/18553678/76177463-5e7e2b80-61c5-11ea-8713-cc6b8ef2614d.png)

feature
gag plugin

Write a plugin that will block voice for the player who was the last of his team. - Add the ability to display a menu to confirm the blocking. -...

feature
good first issue

More API for Core: - CA_MuteClient(client, flags) - CA_UnmuteClient(client) - CA_IsClientMuted(client) - CA_OnClientStartSpeak(client) - CA_Client_Say(id, receiver, type)

feature
core plugin