THIS HAS BREAKING CHANGES
If you previously used voice_defaultPhoneVolume
you will instead need to use voice_defaultCallVolume
If you previously used voice_enablePhones
you will instead need to use voice_enableCalls
If you were previously using the state bag getter Player(source).state.phone
you will instead need to use Player(source).state.call
What's Changed
- Typo by @tony-stark-17 in #317
- Clean up by @Scullyy in #320
- Fix typo by @Ekinoxx0 in #325
- Adds setEffectSubmix export by @Mojito-Fivem in #330
- Added getter for muted players by @Dreaming-Codes in #333
- Update radio or call volume while talking (#347) by @nathan-commits in #348
- Fix resetting volume when not talking by @nathan-commits in #355
- fix(init): sending nil instead of a number by @BerkieBb in #359
- Fix: Invalid key name by @Dev-Shaz in #365
- Fix missing moduleType parameter for toggleVoice function by @MatinDark in #369
- chore(client/radio): correct param types by @antond15 in #372
New Contributors
- @tony-stark-17 made their first contribution in #317
- @Ekinoxx0 made their first contribution in #325
- @Mojito-Fivem made their first contribution in #330
- @Dreaming-Codes made their first contribution in #333
- @nathan-commits made their first contribution in #348
- @BerkieBb made their first contribution in #359
- @Dev-Shaz made their first contribution in #365
- @MatinDark made their first contribution in #369
Full Changelog: v6.6.2...v7.0.0