Skip to content

alt:V Version of Saltychat Plugin using C# Serverside

Notifications You must be signed in to change notification settings

inpex/saltychat-altV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

saltychat-altV

alt:V Version of Saltychat Plugin using C# Serverside

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

About

alt:V Version of Saltychat Plugin using C# Serverside

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 49.4%
  • JavaScript 43.4%
  • HTML 7.2%