altmp / altv-js-module-v2

alt:V JavaScript v2 module
MIT License
10 stars 9 forks source link

`onVoiceConnectionUpdate` "event" / function is missing #251

Closed shloooo closed 3 months ago

shloooo commented 3 months ago

As the title says, the method for onVoiceConnectionUpdate is missing in the module. It is already included in the typings, but you cannot use it because the method is missing in the module itself.

xLuxy commented 3 months ago

Fixed in https://github.com/altmp/altv-js-module-v2/commit/fe6aa12b27a1e644d37ed66d0793dff5e2c4e3c5 - the event is now named onVoiceConnectionStateChange / onceVoiceConnectionStateChange and is available with dev/0.0.0-dev.50