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
npc_create_equipment weapon_smg1; wait; npc_create npc_citizen;wait; ent_fire npc_citizen setmedicon