Garry's Mod

Garry's Mod

Male PMCs
Syndyr  [developer] 30 Apr, 2014 @ 3:08pm
How to make these hostile NPCs too
In your Lua file, goto auto run, make a new Lua file, name it something and place this inside;

local Category = 'Hostile PMCs' local NPC = { Name = 'THE NAME OF THE NPC IN THE SPAWN LIST', Class = 'npc_combine', Weapons = { 'weapon_smg1' }, Model = 'THE MODEL PATH', Category = Category } list.Set( 'NPC', 'THE NPCS UNIQUE CLASS NAME', NPC )
This has to be done per model.
I'm not sure if they'll T-pose or not, I haven't tested them using the Combine AI.

The above should work, if not, fix it your self.
Last edited by Syndyr; 30 Apr, 2014 @ 3:10pm