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 into server-files
Open dotnet\resources\SaltyChat\meta.xml
and adjust the variables
Add <resource src="SaltyChat" />
to server-files\dotnet\settings.xml
Make sure csharp
in server-files\conf.json
is enabled
Description
Control
Default QWERTY
Toggle voice range
EnterCheatCode
~ / `
Talk on radio
PushToTalk
N
SaltyChat_TalkStateChanged
Parameter
Type
Description
isTalking
bool
true
when player starts talking, false
when the player stops talking
SaltyChat_MicStateChanged
Parameter
Type
Description
isMicrophoneMuted
bool
true
when player mutes mic, false
when the player unmutes mic
SaltyChat_MicEnabledChanged
Parameter
Type
Description
isMicrophoneEnabled
bool
false
when player disabled mic, true
when the player enabled mic
SaltyChat_SoundStateChanged
Parameter
Type
Description
isSoundMuted
bool
true
when player mutes sound, false
when the player unmutes sound
SaltyChat_SoundEnabledChanged
Parameter
Type
Description
isSoundEnabled
bool
false
when player disabled sound, true
when the player enabled sound