Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Guide Mumble-voip Installation - Radio - Phone Integration

Ares

VAG
Admin
Joined
May 6, 2021
Messages
547
Reaction score
97,400
Points
411
Location
root
Website
vag.gg
Hello

Features: Mumble-voipe is an add-on to your in-game voice chat. It offers a faulty performance with 16D sound quality. A joy alternative for those who are not interested in Teamspeak servers.



Setup:
First of all, we download the necessary files from the two links below. Mumble-voip is plugin, rp-radio is radio system.









First, we put the files named mumble-voip and rp-radio into our resources folder and start them from server.cfg. Then we enter our file named mumble-voip and open config.lua.


resim_2021-01-20_115003.png


And we come to the part you see in the photo. This part you see is the part where we give the names of the radios. EXAMPLE: If we write LSPD radio for the part that says 1, when we connect to that frequency, LSPD will be written on the radio display.

Then we come to the folder named rp-radio and open client.lua.


resim_2021-01-20_115432.png


If you change the part that says "Has" in the 2nd line you see in the photo to true, the radio will turn on when you type chate /radio without a radio, if you do false, you need to create an item named radio in the items table in your database, and if you type chate /radio without an item, the radio will not turn on.

Now we close client.lua and open config.lua in our rp-radio file.



resim_2021-01-20_120300.png


In the section you see here, the key you want to turn on your radio is given with the key assignment. The normal for this key assignment is shift+f2. If you want to change this key, you can find the number of the key you want and replace it with the part that says 289.

Now, we go down a little bit in our same config.lua and find the part in the picture.

resim_2021-01-20_121050.png


We have to be careful here. The part that says "Private" here are private channels. EX: If you write 5 instead of 1 on line 42, people with special permissions such as police, ems, sheriff can enter the first 5 channels.
"Max" in line 47 is the maximum number of channels available in the radio. EX: If you change the place that says 800 to 200, channels after channel 200 cannot be entered.

How to Integrate Phone.
Now we come to the part where most people hang out.
First, we go to gcphone > client > client.lua.

First of all, I will show the "gcPhone:acceptCall" part of accepting the incoming call.


resim_2021-01-20_122011.png


Probably this part will be like this for you. Change this part as follows.

resim_2021-01-20_122154.png


The code we changed:

Code:
exports["mumble-voip"]:SetCallChannel(infoCall.id + 1)

That was it here. Now, let's come to the "gcPhone:rejectCall" part, which is just below it.

resim_2021-01-20_122430.png


Probably this part will be as above for you. We change this as follows.

resim_2021-01-20_122555.png


The code we changed:

Code:
 exports["mumble-voip"]:SetCallChannel(0)


Now you can log in to your game and enjoy the role with 16D sound quality without dealing with things like teamspeak. GOOD FORMS
 

gotzenbildd

Member
Joined
Jul 22, 2022
Messages
2
Reaction score
0
Points
156
Location
Chile
HI, can u helpme. I Install the radio-rp and mumble voice, but i can use the radio when the ped has animations to save the radio, i can't broadcast with BLOQ MAYUS or any other key.
 

Bheriya

Bronze Elite
Joined
Aug 26, 2021
Messages
13
Reaction score
4
Points
166
Hi Guys i have trouble with mumble. In fact, sometimes someplayers need to activate/desactivate voip chat to hear someone.
Do you have any ideas ?
 
Top