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

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

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.