Facepunch / garrysmod-requests

Feature requests for Garry's Mod
86 stars 24 forks source link

Making Entity:AddCallback("PhysicsCollide") be triggered when a player collides with another #2428

Open tdkhl opened 4 months ago

tdkhl commented 4 months ago

Hello, I was searching for a way to avoid using the "ShouldCollide" hook to know when a player collides with another. I was trying to use :AddCallback("PhysicsCollide"..) on my P1 but only his collisions with props or non-players entities are executing the callback.