https://github.com/azuriom/azlink-gmod
Garry's Mod addon to link a Garry's Mod server with Azuriom.
https://github.com/azuriom/azlink-gmod
azuriom garrys-mod gmod gmod-addon gmod-lua
Last synced: 2 months ago
JSON representation
Garry's Mod addon to link a Garry's Mod server with Azuriom.
- Host: GitHub
- URL: https://github.com/azuriom/azlink-gmod
- Owner: Azuriom
- License: mit
- Created: 2022-08-30T10:19:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-08T08:52:37.000Z (12 months ago)
- Last Synced: 2025-07-08T10:05:26.304Z (11 months ago)
- Topics: azuriom, garrys-mod, gmod, gmod-addon, gmod-lua
- Language: Lua
- Homepage: https://azuriom.com/azlink
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AzLink-GMod
[](https://github.com/Azuriom/AzLink-GMod/releases)
[](https://azuriom.com/discord)
AzLink-GMod is a [Garry's Mod](https://gmod.facepunch.com/) addon to link a Garry's Mod server with Azuriom.
## Download
You can download the plugin on [Azuriom's website](https://azuriom.com/azlink) or in the [GitHub releases](https://github.com/Azuriom/AzLink-GMod/releases).
## Contributing
This project follows the [CFC Glua Style Guidelines](https://github.com/CFC-Servers/cfc_glua_style_guidelines).
## Dependencies
This addon uses [gmsv_serverstat](https://github.com/WilliamVenner/gmsv_serverstat) as an optional dependency to get
process resources usages.
## Timer
AzLink scheduler is based on Garry's Mod [`timer`](https://wiki.facepunch.com/gmod/timer.Create), whose internals cause it not to advance while the client is timing out from the server or on an empty dedicated server due to hibernation, unless `sv_hibernate_think` is set to `1`.