An open API service indexing awesome lists of open source software.

https://github.com/0wain/session_msgs

A simple connect/disconnect chat message for gmod
https://github.com/0wain/session_msgs

addon chat-msg connect disconnect garrysmod gmod join-message leave-message

Last synced: 2 months ago
JSON representation

A simple connect/disconnect chat message for gmod

Awesome Lists containing this project

README

        

# Session Messages
A simple connect/disconnect chat message for gmod

## What is this?
This addon is a simple system that adds chat notifications to every user whenever a player joins/leaves.
This way, you can have a clean yet effective notification system for joining and leaving.

## What are the messages?
With a little Lua knowledge, you can easily change the strings to better suit your server. but by defaults they are as follows:

###### Connect
```
[My Cool Server] Steve has connected to the server.
```

###### Disconnect
```
[My Cool Server] Steve has disconnected from the server. Their SteamID was: STEAM_0:0:49148608
```