weaponstrip

weaponstrip

Hammer Mapping — Page [1]
melloyellow582
The Original Portmanteau

Brisk.
2005 Mar 21 • 12862
666 ₧
OOkay
I think you might have awnserd this in an old frier-truck but...
How do you make it so when someone crosses an AAATRIGGER they have all their weapons stripped but the knife?



!
 
 
 
2006 Oct 29 at 10:53 PST
SuperJer
Websiteman

2005 Mar 20 • 6629
Use a trigger_multiple with AAATRIGGER on it.

Target it at a multi_manager (mutithreaded) which triggers a player_weaponstrip and then a game_player_equip with just a knife.

That's just off the top of my head though.
 
 
 
2006 Oct 29 at 19:47 PST
melloyellow582
The Original Portmanteau

Brisk.
2005 Mar 21 • 12862
666 ₧
wait so you place a multi_manager and check the mulitthreaded box. When I do that, how do i create the weaponstrip and the player equip? nothing happens to say where i input the names.
 
 
 
2006 Oct 31 at 15:04 PST
SuperJer
Websiteman

2005 Mar 20 • 6629
Turn off SmartEdit and add these keys to your multimanager:

name_of_your_weaponstrip => 0.1
name_of_your_playerequip => 0.2

This will trigger them at 0.1 and 0.2 seconds. Good times for something like this.
 
 
 
2006 Oct 31 at 18:35 PST
Page [1]