• [Posing] How To Disable It?
    5 replies, posted
How would you disable posing in a server. Because I see people running around in my DeathRun server posing to confuse the Deaths into triggering the traps and i'm not liking it at all. If anyone could please post some possible script to disable this, that would be amazing!
I would help if I knew what you meant by "posing". Oh, now I get it. You mean using "act" ? Like dancing and such ? Well, I think there was already a script like that somewhere on the forums, it didn't disable all the poses, but allowed you to select which of them are banned.
Like you can type a command into console and it will make your player pose and start doing animations and things of that such.
I'd like to know this as well since it can be a little distracting at times.
You can use : Init.lua [LUA]concommand.Remove("act")[/LUA]
[QUOTE=Myrage2000;39831980]You can use : Init.lua [LUA]concommand.Remove("act")[/LUA][/QUOTE] No. [lua] hook.Add("PlayerShouldTaunt", "BlockTaunting", function(ply, actid) return false end) [/lua]
Sorry, you need to Log In to post a reply to this thread.