RE: [hlcoders] Ragdolls not colliding with phys_props

2007-02-06 Thread Jay Stelly
If the ragdoll is client-side and the prop is server side you won't get a collision unless you make the prop or the ragdoll client/server. Prop_door_rotating does this - look at that for an example. Keep in mind that the server must be authoritative so the props won't be able to move in response

Re: [hlcoders] Ragdolls not colliding with phys_props

2007-02-06 Thread Minh
@list.valvesoftware.com Sent: Tuesday, February 06, 2007 2:47 PM Subject: RE: [hlcoders] Ragdolls not colliding with phys_props If the ragdoll is client-side and the prop is server side you won't get a collision unless you make the prop or the ragdoll client/server. Prop_door_rotating does this - look