Skip to content

Commit 0a53bac

Browse files
committed
chore: radio pma-voice default anim info
1 parent 284d5eb commit 0a53bac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pages/radio/faq.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,16 @@ If you're using pma-voice and do not get "mic clicks" when using the radio, remo
7575

7676
This gets caused by zerio-radio trying to put away the weapon when talking over the radio, which you can disable by setting `Shared.RemoveWeaponOnTalkingOnRadio` to `false` in `zerio-radio/shared/main.lua`.
7777

78+
## How do I disable pma-voice's default animation?
79+
80+
For zerio-radio to be able to play its animation's, you need to disable pma-voice's default radio animations, as they otherwise overwrite zerio-radio's animations.
81+
82+
You can do this by adding the following snippet to your `server.cfg` file:
83+
84+
```
85+
setr voice_enableRadioAnim 0
86+
```
87+
7888
## Disconnect player on item drop.
7989

8090
<Callout>

0 commit comments

Comments
 (0)