Help Quick! Spawn w/only physcannon?

HolySdrJR

Newbie
Joined
Oct 25, 2004
Messages
57
Reaction score
0
How can you make the DM player spawn with only the physcannon?

I tried using game_weapon_manager, but I couldn't find any information on how to set it up properly. Do I need to use some sort of input/outputs? I'll keep messing around, see if I can get it. But if someone knows, please help!
 
game_player_equip and player_weaponstrip. I am trying to do the same thing but I am unsuccessful thus far
 
trigger_weapon_strip tied to a "trigger" textured brush at spawn site

and drop a weapon_physcannon next to each spawn site...



/////////DOES NOT WORK/////////////////////////

1. Make a 'game_player_equip'.

2. Open up the properties of the 'game_player_equip'.

3. Make sure your not in 'smart edit' mode.

4. Add a new Keyvalue by clicking the 'add' button.

5. For the key box type in the name of the weapon you want (e.g. weapon_physcannon).

6. For the value box type in '1'.

7. Press ok, 'compile' the map and have a test.

/////////DOES NOT WORK/////////////////////////
 
I am looking for help on the same subject trying to strip all the weapons so I can specify what weapons the players spawn with
 
Back
Top