Garry's Mod

Garry's Mod

AP - Isolation [WIP Ver - 1.0.2]
 此主题已被置顶,因此可能具有重要性
Karutoh  [开发者] 2015 年 2 月 20 日 下午 6:47
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
最后由 Karutoh 编辑于; 2015 年 2 月 20 日 下午 6:49
< >
正在显示第 1 - 1 条,共 1 条留言
TFAU 2015 年 11 月 25 日 上午 9:12 
what file is this located in your gamemode?
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50