Anyone know how to spawn objects with the console?

Parabolart

Newbie
Joined
Dec 15, 2004
Messages
75
Reaction score
0
I want to spawn objects (or entities) using the console.. wether it's the entity # i need or the name.. I can find it.. just how do i spawn them into the game. Is there a console command for that?
 
You can only spawn npcs via the console, with the npc_create command
npc_create npc_barney
physics objects can only be created by a spawn in the map, like the map buildingblocks_final (you can get it at hl2 world.com, you need to register first though)
 
Back
Top