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

WhishN/saltychat-altV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

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

About

alt:V Version of Saltychat Plugin using C# Serverside

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published