Specifying what model an NPC uses when spawning one

madcat75

Newbie
Joined
Dec 1, 2004
Messages
196
Reaction score
0
Okay I got this as a keybind to spawn a medic citizen, but it just uses the regular citizen model. I wanna know how to get the medic model when spawning the NPC.

npc_create_equipment weapon_smg1; wait; npc_create npc_citizen;wait; ent_fire npc_citizen setmedicon
 
as far as i know, it depends on the map whether a random normal citizen or random resistance fighter is spawned when you use npc_citizen o_O
 
I'm spawning a resistance fighter with a weapon, with medic status, but wanna force a medic model on em
 
Back
Top