• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

QBUS Mumble Voip Fixes for Qbus (1 Viewer)

J

Jcoltrane2

Guest
ItzHighNL said:
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.


nice post thank you for the information on mumble.
 
R

R4scue

Guest
Jesper said:
ItzHighNL said:
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.
Thanks for making men!
 
M

manvendras

Guest
Very nice bro , its very helpful , thanks for you hard work
 
G

ghost1946

Guest
ItzHighNL said:
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.
nice
 
D

Deathbringer

Guest
ItzHighNL said:
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.

nice
 

Users who are viewing this thread

Top