cheats

soulslicer

Tank
Joined
Mar 16, 2007
Messages
4,623
Reaction score
12
can someone please tell me how to spawn ppl with enemies, i tried what was given in the forum

sv_cheats 1
success
npc_create_aimed npc_citizen
success(but ONLY WORKS FOR CITIZENS DAM) (vorts dont work, barney dont workect.)
npc_create_equipment weapon_shotgun (or rpg or rf2 whatever)
fail( no weapon still)!!!

help!
 
npc_create npc_citizen
npc_alyx
npc_barney
npc_kleiner
npc_vortigaunt...?

npc_create_equipment weapon_smg2; npc_create npc_citizen.

That sort of thing?
 
My key bindings:

bind "y" "npc_create_equipment weapon_ar2; wait; npc_create npc_combine_s"
bind "u" "npc_create_equipment weapon_smg1; wait; npc_create npc_combine_s"
bind "i" "npc_create_equipment weapon_shotgun;wait;npc_create npc_combine_s"
bind "o" "npc_create_equipment weapon_rpg;wait;npc_create npc_combine_s"

bind "h" "npc_create_equipment weapon_ar2;wait; npc_create npc_citizen"
bind "j" "npc_create_equipment weapon_rpg;wait; npc_create npc_citizen"
bind "k" "npc_create_equipment weapon_crowbar;wait; npc_create npc_citizen"

bind "l" "npc_create_equipment weapon_annabelle;wait; npc_create npc_monk"
bind ";" "npc_create_equipment weapon_shotgun; wait; npc_create npc_alyx"
bind "'" "npc_create_equipment weapon_ar2;wait; npc_create npc_barney"

bind "\" "npc_create npc_vortigaunt"

bind "v" "npc_create npc_headcrab"
bind "b" "npc_create npc_headcrab_fast"

bind "n" "npc_create npc_zombie"
bind "m" "npc_create npc_poisonzombie"
bind "," "npc_create npc_fastzombie"

bind "." "npc_create npc_antlion"
bind "/" "npc_create npc_antlionguard"

bind "q" "impulse 101"

Hope this helps;)
 
Back
Top