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
- Host: GitHub
- URL: https://github.com/0wain/session_msgs
- Owner: 0wain
- Created: 2017-12-09T17:14:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T19:53:40.000Z (over 6 years ago)
- Last Synced: 2025-01-27T22:49:09.321Z (4 months ago)
- Topics: addon, chat-msg, connect, disconnect, garrysmod, gmod, join-message, leave-message
- Language: Lua
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```