Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Send server-generated message to specific player, players near specific player, or player's guild.

Notifications You must be signed in to change notification settings

denariigames/ServerBroadcastMessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Server Broadcast Message

ServerBroadcastMessage

Addon for MMORPG Kit to send server-generated message to specific player, players near specific player or guild of specific player.

There is no UI or config, all usage is done via code. Example usage from BasePlayerCharacterEntity:

#if UNITY_EDITOR || UNITY_SERVER
BaseGameNetworkManager.Singleton.ServerBroadcastMessage(this.Title, $"You have been killed by {attackerCharacter.Title}.", BroadcastTo.PlayerOnly);
#endif

About

Send server-generated message to specific player, players near specific player, or player's guild.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages