I have absolutely no idea how to disable tthe collision between players for death run and etc servers
Flat out no idea
Lucky you the example code here does it:
[url]https://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index8483.html[/url]
copy that code into a file.lua and place it in lua/autorun/server/
That code is old and doesn't show everything you need. Plus I think deathrun servers use [url]http://wiki.garrysmod.com/page/Entity/SetCollisionGroup[/url]
If you're going to use ShouldCollide, you also need [url]http://wiki.garrysmod.com/page/Entity/EnableCustomCollisions[/url]
I would recommend against using ShouldCollide if collision groups do the trick.
Sorry, you need to Log In to post a reply to this thread.