Vivi4n / mumble-voip

A tokovoip replacement that uses fivems mumble voip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mumble-voip

A tokovoip replacement that uses fivems mumble voip

  • Radios (one radio channel per player for now)
  • Radio mic clicks
  • Calls
  • Facial animations when talking
  • Phone Speaker mode toggle
  • Hear nearby calls and radios
  • HTML UI

Exports

Setters

Export Description Parameter(s)
SetMumbleProperty Set config options string, any
SetRadioChannel Set radio channel int
SetCallChannel Set call channel int
SetRadioChannelName Set name of radio channel int, string
SetCallChannelName Set name of call channel int, string

Supported TokoVOIP Exports

Export Description Parameter(s)
SetTokoProperty Set config options string, any
addPlayerToRadio Set radio channel int
removePlayerFromRadio Remove player from radio
addPlayerToCall Set call channel int
removePlayerFromCall Remove player from call

Getters

Export Description Parameter(s) Return type
GetPlayersInRadioChannel Returns players in a radio channel int table or false
GetPlayersInRadioChannels Returns players in radio channels int, int, ... table
GetPlayersInAllRadioChannels Returns players in every radio channel table
GetPlayersInPlayerRadioChannel Returns players in a player radio channel int table or false

Credits

@Itokoyamato for TokoVOIP @Nardah and @crunchFiveM for Testing

About

A tokovoip replacement that uses fivems mumble voip

License:MIT License


Languages

Language:Lua 90.9%Language:HTML 9.1%