Item Filled Props

Dic Soupcan

L1: Registered
Jul 25, 2015
14
1
Apologies if this has already been discussed and answered, but:

I was trying to make a prop_physics that would come down from the sky and when broken would drop a large ammo pack. Problem is I don't seem to be able to get that to work. Any ideas?
 

Hotel Detective

L4: Comfortable Member
Dec 10, 2014
187
191
Apologies if this has already been discussed and answered, but:

I was trying to make a prop_physics that would come down from the sky and when broken would drop a large ammo pack. Problem is I don't seem to be able to get that to work. Any ideas?
Would the prop be falling from random locations, or would it be a set area every time?
If it's a set location, you could probably just OnBreak -> Kit -> Enable
and have the kit disabled by default.
 

Dic Soupcan

L1: Registered
Jul 25, 2015
14
1
I'd assume it would bounce and get knocked a bit, so I decided against that.
I'll just do that if no other solution is there though.