ANDREW'S GARRYSMOD DLLs

Home

This page contains some of the C++ plugins that I coded for a game called GarrysMod (GMod) . You must purchase GarrysMod to use these. Each project has the source code and the compiled plugin in seperate links. Most likely, you'd only be downloading these plugins if you knew how to use them, therefore do not contact me saying that you don't know what these are for and/or don't know how to use them.
To install, drop the dll file into the "*/garrysmod/garrysmod/lua/includes/modules/" folder and activate the functions using the Lua command: require("modulename")
GLibrary
Download:

download_dll.png
download-src.png

Created:
Sept 23, 2007
Changelog:
24/Sep/2007 - Added KeyIsDown()
23/Sep/2007 - Added WriteToFile() and BitWise Functions: And(), Or(), XOR(), Not(), LeftShift(), and RightShift() to the bitwise Lua table
Description:
This was my first C++ Library for GMod. It may still be updating with new functions everyday.
Creative Commons License
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.
Valid XHTML 1.0 Strict Valid CSS!