(Wrong section?)
The guys I made are enemies, when I kill them, they have the combine death sound. They also die with the words "Combine Soldier".
How do I change these? (Note: It's only one file, it consists of stuff like this. [code]local Category = "DeVo"
local NPC = { Name = "ROTAS 1",
Class = "npc_combine_s",
Model = "models/replicamale01.mdl",
Category = Category }
list.Set( "NPC", "ROTAS 1", NPC )
local NPC = { Name = "ROTAS 2",
Class = "npc_combine_s",
Model = "models/replicamale02.mdl",
Category = Category }
list.Set( "NPC", "ROTAS 2", NPC )
local NPC = { Name = "ROTAS 3",
Class = "npc_combine_s",
Model = "models/replicamale03.mdl",
Category = Category }
list.Set( "NPC", "ROTAS 3", NPC )
local NPC = { Name = "ROTAS 4",
Class = "npc_combine_s",
Model = "models/replicamale04.mdl",
Category = Category }
list.Set( "NPC", "ROTAS 4", NPC )[/code]
I think thats because you are using npc_combine_s, which is the Combine soldier. Try npc_citizen instead?
[QUOTE=Timenova;24486746]I think thats because you are using npc_combine_s, which is the Combine soldier. Try npc_citizen instead?[/QUOTE]
I want them to fight me without dying with the stupid death noise.
You will need to make your own class then.
Sorry for stealing the thread from OP, but how do I do that?
Yeah, how exactly?
Sorry, you need to Log In to post a reply to this thread.