Jared
Jared
We have to create a new "Config" with the necessary parameters, to remove old smx.
https://github.com/R1KO/VIP-Core/blob/88676f7f777ed4ec356f23f132c1c5e4056ffb82/addons/sourcemod/scripting/vip/API.sp#L1160 https://github.com/R1KO/VIP-Core/blob/88676f7f777ed4ec356f23f132c1c5e4056ffb82/addons/sourcemod/scripting/vip/API.sp#L1164 И другие типы https://github.com/R1KO/VIP-Core/blob/88676f7f777ed4ec356f23f132c1c5e4056ffb82/addons/sourcemod/scripting/vip/API.sp#L1168 https://github.com/R1KO/VIP-Core/blob/88676f7f777ed4ec356f23f132c1c5e4056ffb82/addons/sourcemod/scripting/vip/API.sp#L1172
# Always "return" ```sp * @param iType Type (0 - None, 1 - Voice Chat, 2 - Text Chat, 3 - Voice + Text Chat) forward void MAOnClientMuted ``` ```cpp...