CyberMor / sampvoice

Software Development Kit for implementing Pawn voice systems for SA:MP servers.
MIT License
129 stars 64 forks source link

SAMP VOICE CHAT PORT PROBLEM #106

Open pajoninjja opened 2 years ago

pajoninjja commented 2 years ago

Hello, I've had a problem with Voice Chat on Sampo for a long time. They told me from the hosting that I have to Bind the Port for Voice, here is a picture so that you can understand this problem of mine more easily https://ibb.co/vVq0SW7 so now I think I have explained it to you in more detail. Now, what needs to be done is to change this number 63893, which you can see in the picture, to 8000, that's what I was asked by the hosting. If someone could help it would mean a lot to me because I have been having a problem with this for a long time. So thanks to everyone who helps!

kolya112 commented 2 years ago

Hi. It's currently not possible to set a custom port in the plugin itself, but this is implemented in pull request #85

dennorske commented 1 year ago

@CyberMor Is this possible (if yes, can you add this to docs/readme?)

CyberMor commented 1 year ago

Version 4.0 is currently being tested. I recommend switching to it.

dennorske commented 1 year ago

Thank you @CyberMor but you did not address my question :) I am trying to support people having questions on the discord / ultra-h, and there are no official documentation on how this is done for SA:MP or for open.mp. Can you add this to docs/readme, and tell me how it is done on SA-MP? I figured that open.mp can do this;

    "sampvoice": {
        "port": 7778,
        "threads": 4,
        "updaterate": 30
    },

What is the SA:MP equivalent (if any?)