Mr. Waffles
Newbie
- Joined
- Aug 6, 2005
- Messages
- 73
- Reaction score
- 0
Ok, so how do i make it so the ct and t spawn with out any guns or knives? they just spawn like in surf_mehchopper with absolutely nothing?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
1. Add your "game_player_equip" entity anywhere. (I usually put it just outside/inside the skybox where there isn't anything else)
2. Go into it's properties and turn off Smart Edit.
3. If you want to remove the weapon, don't enter any key.
However if you want to give the player a weapon add a new key named after the weapon you want to equip (eg. weapon_knife, weapon_stunstick, etc...) and give it a value of 1(one)
This might be new. I've never seen it. Setting a key with a value of 0 is supposed to give 0 weapons (Source's game_player_equip just drops weapons on the player instead of giving them to him), but it's always been bugged in a way that a value of 0 causes a gun to be given anyway.Firkat54 said:Here's how it works without the FDG
4. If you want to strip the weapon from the player give the key the value 0 (zero).