Salty Chat for RAGEMP
An example implementation of Salty Chat for RAGEMP.
You can report bugs or make sugguestions via issues, or contribute via pull requests - we appreciate any contribution.
Join our Discord and start with Salty Chat!
- Build the solution (
source\SaltyChat-RAGEMP.sln
) with Visual Studio 2019 - Copy contents of
dist
-folder intoserver-files
- Open
dotnet\resources\SaltyChat\meta.xml
and adjust the variables - Add
<resource src="SaltyChat" />
toserver-files\dotnet\settings.xml
- Make sure
csharp
inserver-files\conf.json
is enabled
Description | Control | Default QWERTY |
---|---|---|
Toggle voice range | EnterCheatCode | ~ / ` |
Talk on radio | PushToTalk | N |
Parameter | Type | Description |
---|---|---|
isTalking | bool |
true when player starts talking, false when the player stops talking |
Parameter | Type | Description |
---|---|---|
isMicrophoneMuted | bool |
true when player mutes mic, false when the player unmutes mic |
Parameter | Type | Description |
---|---|---|
isMicrophoneEnabled | bool |
false when player disabled mic, true when the player enabled mic |
Parameter | Type | Description |
---|---|---|
isSoundMuted | bool |
true when player mutes sound, false when the player unmutes sound |
Parameter | Type | Description |
---|---|---|
isSoundEnabled | bool |
false when player disabled sound, true when the player enabled sound |