knife arena Created 16 years ago2007-11-11 16:10:11 UTC by AMK AMK

Created 16 years ago2007-11-11 16:10:11 UTC by AMK AMK

Posted 16 years ago2007-11-11 16:10:11 UTC Post #238156
How do i make the players in cs 1.6 spawn with only knives??
Posted 16 years ago2007-11-11 16:27:02 UTC Post #238160
Use a game_player_equip and trigger it at the players' spawns with a trigger_multiple.
Posted 16 years ago2007-11-11 17:11:34 UTC Post #238164
make a game_player_equip (if you have an old fgd file make any entity and rename it game_player_equip then delete all the existing values)

turn smart edit off and click add then manually type in

key: targetname
value: round_start

and

key: weapon_knife
value: 1

and if you want armor

key: item_kevlar
value: 1
You must be logged in to post a response.