View Single Post
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 04-22-2012 , 18:33   Re: [TF2] Third Person (Non-terrible Edition)
Reply With Quote #14

Quote:
Originally Posted by ProTravis View Post
a bug with this, when changing class you need to taunt to go into thirdperson

when thirdperson as heavy and a sandwich, you click left mouse button and it does the high five taunt
taunt works, its just using the attack button that makes it perform the high five, even without a partner

(taken from my server forums)
All fixed now:
Quote:
  • V1.0.5
    • Fixes plugin not enabling third-person after a player changes class.
    • Fixes food items not being eatable with +attack.
    • Fixes taunting issues with nearby players (mostly).
Taunting with the high-five taunt can still result in some weirdness, but there's not anything that can be done about that.

Quote:
Originally Posted by Horsedick View Post
ohh yeah? Don't be holding back on us now
When the Something Better I mentioned is added, I'll update the plugin to use it. I can't control when Valve adds things though.

Quote:
Originally Posted by FlaminSarge View Post
Darth, I believe within the command listeners for +taunt, etc, you can unset the netprop on nearby players then set it again a frame later (0.0 timer). That should work to prevent taunting near the highfivers.
That's what I did:
Quote:
Originally Posted by DarthNinja View Post
Yeah, the only fix to that would be to knock players out of third-person for 0.1 seconds whenever someone in range taunts.
Quote:
Originally Posted by FlaminSarge View Post
Also why is +taunt a RegConsoleCmd instead of an AddCommandListener? And where's the listeners for "taunt" and "use_action_slot_item"?
  1. +taunt isn't a server command.
  2. taunt isn't a command.
  3. hi.



__________________

Last edited by DarthNinja; 04-22-2012 at 18:34.
DarthNinja is offline