Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 897 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 897 Bytes

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")