Jump to content

Enabling VON for I&A Server


Recommended Posts

Hello,

 

I am trying to enable VOIP for in game chat. It seems the coding does not allow for this to happen. Is there a work around for this? I tried editing the script to allow this feature and was not successful. Please help :)

 

Thank you,

Joshmagosh

69thID A CO Sabre 1-1

Server Team

Mission Team

Link to comment
Share on other sites

//disable VON in certain channels
0 enableChannel [false, false];
1 enableChannel [true, true];
2 enableChannel [true, false]; 

 

This is the code I changed just to test and still nothing on our end for voice.

 

Thank you,

Link to comment
Share on other sites

You have some inconsistencies in the files.  In description.ext you fully disable global, side and command channel while allowing both text and voice in group, vehicle and local.  But in onplayerrespawn you disable global, enable side and only allow chat on command.  I suggest getting rid of the disableChannels in description.ext (lines 35-43) and using the code in onplayerrespawn (lines 85-87) to enable and disable channels.  With maybe the exception of systemchat, I believe you have to use the one in description.ext for that

Link to comment
Share on other sites

1 hour ago, Joshmagosh said:

It is set to custom is there something I have to change in the files?

Well yea, the relevant settings for your custom difficult to show the names and the hexagons

 

1 hour ago, Joshmagosh said:

Also when I edited to FOB's script it did not load with some of the vehicles that I put in;

The aac_jet3 and aac_veh10 markers don't exist so it's not gonna be able to spawn anything on those markers.  Which it probably already told you in your RPT. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Forum Statistics

    11.1k
    Total Topics
    66.4k
    Total Posts
×
×
  • Create New...