How would I go about adding NoBlock in TTT? I couldn't find much information on it which is why I'm asking here.
Server code
[lua]
hook.Add("PlayerSpawn", "NoBlock", function( p )
p:SetCollisionGroup(COLLISION_GROUP_WEAPON)
end)
[/lua]
[QUOTE=Aide;41180383]Server code
[lua]
hook.Add("PlayerSpawn", "NoBlock", function( p )
p:SetCollisionGroup(COLLISION_GROUP_WEAPON)
end)
[/lua][/QUOTE]
Trying right now, I'll post back with results.
It worked perfectly! Thank you very much for your help.
Sorry, you need to Log In to post a reply to this thread.