Does anyone know a sciprt that turns player collisons off?
4 replies, posted
Does anyone know a script that turns player collisions off?
if you do i would be very grateful if you could give it to me and tell me were to place it :)
thanks for your time :)
I am sorry to tell you this but this place is mainly to help scripters with their code and issues.
It's not a place to ask about server hosting, nor a place to look for scripts.
In other words: if you can't find it on garrysmod.org or steam workshop then it probably doesn't exist in public or general.
dark_rp.getplayers().collision == off;
ow sorry guys
If you wanted to make it no collide through teams you could use this
[Code] function GM:PlayerSpawn( ply )
ply:SetNoCollideWithTeammates( true )
end[/Code]
Sorry, you need to Log In to post a reply to this thread.