Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ this.IngameChannel = IngameChannel = "x";
this.IngameChannelPassword = IngameChannelPassword = "1234";
```

- add ```client.Emit("SaltyChat_OnConnected");``` and ```Alt.Emit("PlayerLoggedIn", client);``` to your player Spawn function to move the player into the Teamspeak-Channel for Ingame-Voice
- add ```alt.emitClient(player, "SaltyChat_OnConnected");``` and ```alt.emit("PlayerLoggedIn", player);``` to your player Spawn function to move the player into the Teamspeak-Channel for Ingame-Voice

- The Server will Emit "client::updateVoiceRange" to the Player on VoiceRange change, you can react to it in your HUD for example.

Expand All @@ -45,3 +45,4 @@ This Repo uses Code extracted from the following authors:

[SaltMineDE](https://github.com/saltminede)