I was making a m/p map for CSS, and I needed the weapons to be removed. I wanted the players to start with a knife only, but I have no idea how too do that. (Is there a weapon_knife entity in Hammer? Haven't really looked for that)
Anyways, I'll try to make this short and sweet. I will warn you though, I'm not an advanced Hammer user, so if you'd like to add something please do.
Download Example Map
Starting with this simple, compile-ready map:
1. Make a brush, and tie to entity game_zone_player.
Name it "stripper".
2. Create a game_player_equip entity.
3. Name the game_player_equip entity "weaponstrip".
4. Name the Team Master "stripper". (Unsure if this is necessary)
5. Compile
Unfortunately, I don't know how to do this for one team only. Also, a simple warning, leave the brush-entity and the entity IN your map, or you may experience glitches. For instance I had water in my map, if I left the brush-entity and the entity outside the map, the water would display as the "void". Also the lighting would mess up a bit.
Tekspdy

