View Single Post
Re: HL2 spawnable entities
Old
  (#7)
HangFire
Best served chilled
 
HangFire's Avatar
 
Status: Offline
Posts: 1,005
Join Date: Dec 2003
Location: Saskabush, Canuckada
Default Re: HL2 spawnable entities - 21-11-2004

For the vehicles:

ch_createjeep
ch_createairboat


NPC spawning:

npc_create_aimed X
npc_create_equipment X

NPC examples:
npc_zombie
npc_combine_s
npc_metropolice
npc_citizen
npc_manhack
npc_fastzombie
npc_poisonzombie
npc_strider
npc_sniper
npc_turret_floor
npc_antlion
npc_headcrab


As for the "npc_create_equipment", you'll need to use this when you spawn certain monsters such as citizens, metropolice, and combine. Type one of these into the console then after each of those monsters that you spawn will be armed with one. Not all weapons work with all monsters.

Example:
"npc_create_equipment weapon_smg"
weapon_ar2
weapon_pistol
weapon_rpg
weapon_crowbar
weapon_shotgun



  
Reply With Quote