Spawning

Ownzed

Newbie
Joined
Nov 22, 2003
Messages
2,241
Reaction score
0
I need help spawning Combines!!! Whenever I try to spawn a combine in any map, the game crashes on me!! I type in npc_create_equipment weapon_smg1; wait; npc_create npc_combine in the console and it just crashes...I need help to stop it from crashing! How do I stop this? Can I download a map for battles somewhere!? Or can someone make me one!? I appreciate the help. This is really bugging me! Didn't find anything on this.
 
The protocol for combine is "npc_create npc_combine_s"
I think you were forgetting the _s. The engine is pretty unforgiving for typos so be careful.
 
sounds cool, is there a list of things you can spawn? it would be interesting to spawn a vehicle in cs :)
 
Psychx said:
sounds cool, is there a list of things you can spawn? it would be interesting to spawn a vehicle in cs :)
CS:S and HL2 are completely different games and share different files, they're only based on the same engine. think of your question as if you asked if you could cheat to get flashbangs and defuse kit in Vampires the Mascarade
 
Ownzed said:
I need help spawning Combines!!! Whenever I try to spawn a combine in any map, the game crashes on me!! I type in npc_create_equipment weapon_smg1; wait; npc_create npc_combine in the console and it just crashes...I need help to stop it from crashing! How do I stop this? Can I download a map for battles somewhere!? Or can someone make me one!? I appreciate the help. This is really bugging me! Didn't find anything on this.

you sure it's crashing? try to let the game run for a min. I know that the first time i try to spawn a certain npc, my game will freeze for a few secs.
 
I'm posittive. It freezes for a few seconds and just quits out of it and bring up some error message.
 
It has to be npc_create_aimed otherwise it will crash I think.
 
Back
Top