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

No such export in resource saltychat - Missing export? #98

Closed aqade closed 2 years ago

aqade commented 2 years ago

So I've been trying all day, to make salty chat work with qb-phone, in which kinda worked. Since we got the connection between the two players. But, whenever they "cancel" or end call. Nothing happens and this error appears. image

It seems like, there is missing a export in saltychat. But when I look in the "fxmanifest.lua". I see exports with end and establish call. So what can be the problem here ?

BlackFlash5 commented 2 years ago
  1. This is a serverside export
  2. EstablishCall is deprecated and shouldn't be used
  3. Read the readme and use AddPlayersToCall and RemovePlayersFromCall
aqade commented 2 years ago
  1. This is a serverside export
  2. EstablishCall is deprecated and shouldn't be used
  3. Read the readme and use AddPlayersToCall and RemovePlayersFromCall

image That gives the same error. Just with a different name.

But as you can see in my fxmanifest of saltychat I have: image

And in the gb-phone I have: image

And yes I tried with both AddPlayersToCall / AddPlayerToCall and RemovePlayersFromCall / RemovePlayerFromCall

BlackFlash5 commented 2 years ago

It's still an export that is only available on the server, not the client.