• [BUG] no collisions via c-menu
    2 replies, posted
If a gamemode has no-collide enabled for all props, players can bypass this and simple use the c-menu to disable and then reenable collisions. In fact the entire c-menu so far can be used to ignite props and then drive them to other players to light them on fire. Can we just get a console command to disable the entire thing for servers?
[lua] hook.Add( "CanProperty", function( ply, property, ent ) return false end )[/lua] c->right click is now gone
[QUOTE=Drakehawke;38246690][lua] hook.Add( "CanProperty", function( ply, property, ent ) return false end )[/lua] c->right click is now gone[/QUOTE] I tried this via putting it in a lua file in my lua/autorun dir and it didn't remove the ability ):
Sorry, you need to Log In to post a reply to this thread.