• We have a new discord! click here to join
    Any faulty links ? Report them in our discord or via our Ticket System!
    We do everything we can to protect the safety of our visitors, if any resource contains malware in any kind of form or obfuscation please report it aswell ♡♡

    Payments via Crypto: Please open a ticket, if you experience any issues, or if you miss your coin as an option in the list we have alot of wallets available.

QBCORE Mumble Voip Fixes for Qbus (1 Viewer)

J

JOUKYUU

Guest
this might just be what I needed, was running against some issues with a different version, thank you!
 

yt_gamingjens

Member
Feb 18, 2021
5
0
1
Credits
303
Code:
- Drag and drop this voip script into resources folder
- Add "start voip" after your base script in resources.cfg
- Open your phone script and search for "tokovoip_script" and replace every word with "voip"

---------------------------------------------------------------------------
Example :

[Original line] : "exports.tokovoip_script:removePlayerFromRadio(X)"
[Edited line] : "exports.voip:removePlayerFromRadio(X)"
---------------------------------------------------------------------------
- Do the above setup in each and everywhere you want to add mumble voip instead of tokovoip.
- Go to your police/client/job.lua and add the following text where you toggle duty.
------------------------------------------------
if not onDuty then
?  exports["voip"]:GivePlayerAccessToFrequency(1)
else
?  exports["voip"]:RemovePlayerAccessToFrequency(1)
end
------------------------------------------------
- If you want to allow police to have more access to radio, repeat these lines.
- Do the same thing with EMS or whatever script you want to.
- Use the radio item and normal player can access all frequencies except 1-10.
- This is fully public script please don't resell this.

-=Stripped Content=-
noiice
 

mayoraka

New member
May 13, 2021
1
0
1
Credits
0
Code:
- Drag and drop this voip script into resources folder
- Add "start voip" after your base script in resources.cfg
- Open your phone script and search for "tokovoip_script" and replace every word with "voip"

---------------------------------------------------------------------------
Example :

[Original line] : "exports.tokovoip_script:removePlayerFromRadio(X)"
[Edited line] : "exports.voip:removePlayerFromRadio(X)"
---------------------------------------------------------------------------
- Do the above setup in each and everywhere you want to add mumble voip instead of tokovoip.
- Go to your police/client/job.lua and add the following text where you toggle duty.
------------------------------------------------
if not onDuty then
?  exports["voip"]:GivePlayerAccessToFrequency(1)
else
?  exports["voip"]:RemovePlayerAccessToFrequency(1)
end
------------------------------------------------
- If you want to allow police to have more access to radio, repeat these lines.
- Do the same thing with EMS or whatever script you want to.
- Use the radio item and normal player can access all frequencies except 1-10.
- This is fully public script please don't resell this.

-=Stripped Content=-
nice release bro
 

Sarv

Active member
Sep 3, 2022
113
25
28
Credits
287
Code:
- Drag and drop this voip script into resources folder
- Add "start voip" after your base script in resources.cfg
- Open your phone script and search for "tokovoip_script" and replace every word with "voip"

---------------------------------------------------------------------------
Example :

[Original line] : "exports.tokovoip_script:removePlayerFromRadio(X)"
[Edited line] : "exports.voip:removePlayerFromRadio(X)"
---------------------------------------------------------------------------
- Do the above setup in each and everywhere you want to add mumble voip instead of tokovoip.
- Go to your police/client/job.lua and add the following text where you toggle duty.
------------------------------------------------
if not onDuty then
?  exports["voip"]:GivePlayerAccessToFrequency(1)
else
?  exports["voip"]:RemovePlayerAccessToFrequency(1)
end
------------------------------------------------
- If you want to allow police to have more access to radio, repeat these lines.
- Do the same thing with EMS or whatever script you want to.
- Use the radio item and normal player can access all frequencies except 1-10.
- This is fully public script please don't resell this.

-=Stripped Content=-
wow
 
  • Post hidden due to user being banned.

mrtress03

Well-known member
Mar 24, 2023
205
6
18
Credits
63
Code:
- Drag and drop this voip script into resources folder
- Add "start voip" after your base script in resources.cfg
- Open your phone script and search for "tokovoip_script" and replace every word with "voip"

---------------------------------------------------------------------------
Example :

[Original line] : "exports.tokovoip_script:removePlayerFromRadio(X)"
[Edited line] : "exports.voip:removePlayerFromRadio(X)"
---------------------------------------------------------------------------
- Do the above setup in each and everywhere you want to add mumble voip instead of tokovoip.
- Go to your police/client/job.lua and add the following text where you toggle duty.
------------------------------------------------
if not onDuty then
?  exports["voip"]:GivePlayerAccessToFrequency(1)
else
?  exports["voip"]:RemovePlayerAccessToFrequency(1)
end
------------------------------------------------
- If you want to allow police to have more access to radio, repeat these lines.
- Do the same thing with EMS or whatever script you want to.
- Use the radio item and normal player can access all frequencies except 1-10.
- This is fully public script please don't resell this.

-=Stripped Content=-
thanks for sharing script .
 

Users who are viewing this thread

Top