Garry's Mod

Garry's Mod

AP - Isolation [WIP Ver - 1.0.2]
 This topic has been pinned, so it's probably important
Karutoh  [developer] Feb 20, 2015 @ 6:47pm
Game Type Structure
Here is how the game type structure will work. If there's anything I missed, feel free to comment it below.

_gameTypes = {} _gameTypes.TDM = {} _gameTypes.TDM.PresentedName = "Team Deathmatch" _gameTypes.TDM.CanUseLoadouts = true _gameTypes.TDM.Initialized = function() end _gameTypes.TDM.OnPlayerInitialSpawn = function(ply) end _gameTypes.TDM.OnPlayerSpawn = function(ply) end _gameTypes.TDM.OnEntityTakeDamage = function(entity, dmgInfo) end _gameTypes.TDM.Vehicles = false _gameTypes.TDM.Zombies = false
Last edited by Karutoh; Feb 20, 2015 @ 6:49pm
< >
Showing 1-1 of 1 comments
TFAU Nov 25, 2015 @ 9:12am 
what file is this located in your gamemode?
< >
Showing 1-1 of 1 comments
Per page: 1530 50