https://github.com/taservers/gmod-utils
Misc utility functions and commands for the GMod server
https://github.com/taservers/gmod-utils
Last synced: about 1 year ago
JSON representation
Misc utility functions and commands for the GMod server
- Host: GitHub
- URL: https://github.com/taservers/gmod-utils
- Owner: TAServers
- License: mit
- Created: 2023-01-08T11:22:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T12:15:42.000Z (over 2 years ago)
- Last Synced: 2024-01-01T13:34:15.052Z (over 2 years ago)
- Language: Lua
- Size: 248 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TAServers GMod Utils
Initialisation scripts and other utilities for the TAServers GMod server.
### Contributing
Create a file for your utility in the appropriate realm's folder (e.g. `sv-tas-utils`).
_If your code is using functions etc. from other addons, or anything from `TASUtils`, you should place it in `initpostentity`_
Any utility functions you want used globally, place in the `TASUtils` global table to keep everything together, an example being `TASUtils.Broadcast`.
If it's not obvious what the function does, add a comment documenting it.