v10networkscom / saltychat-fivem

FiveM implementation of Salty Chat (TeamSpeak 3 based Voice Plugin)
https://gaming.v10networks.com
GNU General Public License v3.0
70 stars 64 forks source link

Saltychat wont work #23

Closed dane-az closed 3 years ago

dane-az commented 3 years ago

Hey, i installed Saltychat right,

  1. Build in Vs2019
  2. Add to CFG
  3. Wrtie in the __resource.lua ...

it is stared, and i installed it right, even the __resource.lua is right, but we are not getting moved anyway, and the console is saltychat is trying to connect to websocket

LeCyreaxYT commented 3 years ago

Try this.

CFX team implemented a NUI blacklist and blocked local (127.0.0.1 and localhost) WebSocket connections, so we had to use a workaround. If the clientside can't connect to the WebSocket, make sure that you can resolve lh.saltmine.de:

  1. Open Windows Command Prompt by searching cmd
  2. Execute nslookup lh.saltmine.de

If it resolved to 127.0.0.1 then your issue is probably somewhere else, if not then you can use e.g. Google DNS servers.

Google DNS server: https://developers.google.com/speed/public-dns/docs/using#google_public_dns_ip_addresses How to set DNS server on Windows 10: https://www.privateinternetaccess.com/blog/changing-your-dns-settings-on-windows-10/

If you have an IPv6 address, keep in mind to also change the DNS server for IPv6.