Projects tagged ‘garrysmod’ and ‘lua’


Jump to tag:

Projects tagged ‘garrysmod’ and ‘lua’

Filtered by Project Tags garrysmod lua

Refine results Project Tags gmod (34) gamemode (8) addon (8) mod (8) gamemodes (6) garry (5) swep (4) coding (4) hl2 (3) spacebuild (3) source (3) half-life2 (3)

[73 total ]

0 Users

Random Lua Things I Am Making/Working On For Garrysmod
Created 3 months ago.

0 Users

Prop Protection for garrys mod
Created 8 months ago.

0 Users

Projects Infomation: Contains all/most public projects from Liam Brown. Project files will be included in the project download, along with folders and extra infomation. Base SVN ... [More] Link:http://liambrown-public-projects.googlecode.com/svn/trunk Projects:Evolution Gamemode (Gmod; Lua) Info: Command a science team as you attempt to control the countries population; Engineer a virus or create a cure, all from the safety(?) of your underground lab. Author: Liam Brown SVN: Currently Unavailable Extra Links: N/A SVN Log: .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem = document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); [Less]
Created 3 months ago.

0 Users

GeoForts Plus is an extension of Night-Eagle's GeoForts gamemode. It adds many fixes and gameplay improvements to the mod.
Created 12 months ago.

0 Users

The swep-portal Project is a side project fueled by swep-bases designed to recreate mainly the weapon_portalgun entity, but also include Portal-exclusive entities.
Created 3 months ago.

0 Users

none yet
Created 12 months ago.

0 Users

Here you will always find the latest version of our releases.
Created 3 months ago.

0 Users

A really simple Lua interface for use with Garry's Mod. SyntaxThe module creates a global table called 'sql'. It has 2 member functions. local results = sql.Query( 'SELECT * FROM sometable' ) if ... [More] ( results ) then foreach id, row in pairs( results ) do Msg( row[ 'username' ], " = ", row[ 'email' ], "\n" ) end else Msg( "Error Running Query: ", sql.LastError(), "\n" ) end [Less]
Created about 1 year ago.

0 Users

A Garrysmod Gamemode for the September 09 Gamemode Coding Contest. The theme is art.
Created 3 months ago.

0 Users

E_RatingsProject goalTo create a rating/ranking/money system script for Garry's mod servers. LISTEN UP! DEVELOPMENT STOPPED OVER A YEAR AGO! Currently done Clientside hud component (O....) ... [More] Serverside rankings (.....) Money system (.....) Current goals(Empty means no, X means yes) Revision 2 (first version) X The first version of clientside functions [Less]
Created 12 months ago.