View Single Post
Author Message
Akuba
Senior Member
Join Date: Oct 2013
Old 07-19-2015 , 12:24   [TF2] Disable Player Collision
Reply With Quote #1

I trying to disable that players can push other players in their team.

I was trying to use

PHP Code:
            SetEntProp(iClientProp_Send"m_CollisionGroup"1);
            
SetEntProp(iClientProp_Data"m_CollisionGroup"1); 
and I also was trying No Block

But players can still push other players around.

How do I disable this?

EDIT: Just noticed this way is a very bad way for Deathrun Servers ....

Last edited by Akuba; 07-19-2015 at 12:35.
Akuba is offline