You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/radio/faq.mdx
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,16 @@ If you're using pma-voice and do not get "mic clicks" when using the radio, remo
75
75
76
76
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`.
77
77
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:
0 commit comments