/saltychat-altV

alt:V Version of Saltychat Plugin using C# Serverside

Primary LanguageC#

saltychat-altV

alt:V Version of Saltychat Plugin using C# Serverside

This version won't get any Updates by me but Pull Requests will be merged.

Fill in Serverside required Settings, compile the Serverside and add it to your server

For alt:V Specific Questions consider asking in alt:V Discord

How To Enable the Plugin on Connect:

This implementation needs an emit from Server and from saltychat.dll

If you use Javascript Serverside you need to emit 2 things:

// Only after both Functions are emitted the Player will be moved

// This ones for SaltyChat.dll to apply player
// This has to be sent from Serverside anywhere in your Script
alt.emit("PlayerLoggedIn", player, playerName)

// This ones for the Client to confirm WebSocket has Connected
// Its already included in the SaltyWebSocket.html
alt.emit(player, "SaltyChat_OnConnected")