User talk:BenBaker23

From Valve Developer Community
Jump to: navigation, search

With hammer, I've just got a quick question; how do you spawn the T's and CT's with no weapon so I can drop a deagle to them? (I already know how to drop a deagle to them, I just need to know how to make them not spawn with their default weapons [usp/glock]) And also, how do you spawn that deagle with full ammo? BenBaker23 23:29, 5 Jul 2006 (PDT)

Get a program called vmex. Decompile a map that uses this system with vmex. My guess these maps don't have a buy zone and use a weapon stripping entity (can't recall what it's called in hammer)--Deadity 02:12, 6 Jul 2006 (PDT)
Simply use a game_player_equip, when used in CSS it will overwrite thier original wepaons. If you want to strip thier weapons there are 2 entities. player_weaponstrip and trigger_weapon_strip.Angry Beaver 05:44, 6 Jul 2006 (PDT)