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.
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.
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.
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
Now, we go down a little bit in our same config.lua and find the part in the picture.
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.
Probably this part will be like this for you. Change this part as follows.
The code we changed:
That was it here. Now, let's come to the "gcPhone:rejectCall" part, which is just below it.
Probably this part will be as above for you. We change this as follows.
The code we changed:
Now you can log in to your game and enjoy the role with 16D sound quality without dealing with things like teamspeak. GOOD FORMS
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.
Hidden link for visitors, to see
Log in or register now.
Hidden link for visitors, to see
Log in or register now.
Hidden link for visitors, to see
Log in or register now.
Hidden link for visitors, to see
Log in or register now.
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.
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.
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.
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
Hidden link for visitors, to see
Log in or register now.
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.
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.
Probably this part will be like this for you. Change this part as follows.
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.
Probably this part will be as above for you. We change this as follows.
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