Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Slua-unreal is an unreal4 plugin, which allows you to use Lua language to develop game logic and hot fix your code. It gives you 3 ways to wrap your C++ interface to Lua, including reflection by blueprint, C++ template, and static code generation. It also enables two-way communication between Blueprint and Lua. The advantage of Lua over C++ is that it requires no compilation for logic change, which significantly speeds up the game development process.
...ConVars:
Neatly include in a config file (tf\cfg\sourcemod\admincontrol_cfg)
Version
1.0 - Initial Release
1.1 - Added Logging for Bans, Warnings, Kicks.
Fixed plugins version error.
1.2 - Added optional immunity for clients with the rcon flag.
1.3 - Added structured cvar names.
Tidied up code.
added a cvar to suppress the "You have had x out of y warnings" chat message.
Big Credit to Dr.McKay
Setup
Click "Get Plugin" and drag it from your downloads into tf\addons\sourcemod\plugins
Notes
Tested on TF2 - Should work with every sourcemod compatible game.