Raised This Month: $ Target: $400
 0% 

[TF2] Taunt 'em (v1.0.1, 06/23/2015)


Post New Thread Reply   
 
Thread Tools Display Modes
MaloModo
Veteran Member
Join Date: Aug 2008
Old 12-17-2015 , 20:33   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #281

Quote:
Originally Posted by DJPlaya View Post
dame u was 6 minutes faster than me ;)
too lazy, using items info

Edit:Quick download added
Plz see post 274
MaloModo is offline
Potato Uno
Veteran Member
Join Date: Jan 2014
Location: Atlanta, Georgia
Old 12-18-2015 , 00:07   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #282

Quote:
Originally Posted by DJPlaya View Post
dame u was 6 minutes faster than me ;)
too lazy, using items info

Edit:Quick download added
Source code required pl0x.
Potato Uno is offline
reganh98
Member
Join Date: Nov 2015
Old 12-18-2015 , 01:05   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #283

Quote:
Originally Posted by Nighty View Post
AddMenuItem(menu, "1162", "(Any)Mannrobics Dance");
AddMenuItem(menu, "30671", "(Demo)Bad Pipes");
AddMenuItem(menu, "30618", "(Engi)Bucking Bronco");

if im not wrong ;)
May I know where do you get these items id?

Last edited by reganh98; 12-18-2015 at 01:07.
reganh98 is offline
Bonkorn
Senior Member
Join Date: Jul 2015
Old 12-18-2015 , 14:20   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #284

For the lazy.
I just added 3 taunts to the plugin.
Attached Files
File Type: sp Get Plugin or Get Source (tf_tauntmenu.sp - 413 views - 5.2 KB)
File Type: smx tf_tauntmenu.smx (7.5 KB, 531 views)

Last edited by Bonkorn; 12-20-2015 at 01:52. Reason: only added -> just added
Bonkorn is offline
Happy DODs player
AlliedModders Donor
Join Date: Sep 2009
Old 12-18-2015 , 15:27   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #285

Thanks bonkorn
Happy DODs player is offline
YoNer
Member
Join Date: Jul 2014
Old 12-20-2015 , 09:59   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #286

As usual. The Latest update to Xven's version (a mod of 1.0.0.3) with the latest taunts along with the custom admin menu



PHP Code:
       "Taunts"

        
{

            
"cmd"            "sm_tauntem #1 @2"

            "admin"            "sm_slay"

            "execute"        "player"

            "1"

            
{

                
"type"        "groupplayer"

                "method"    "name"

                "title"        "Pick A Player"

            
}

            
"2"

            
{

                
"type"        "list"

                "title"        "Taunts"

                "1"        "1118"

                "1."        "Conga"

                "2"        "167"

                "2."        "High Five"

                "3"        "438"

                "3."        "Director's Vision"

                "4"        "463"

                "4."        "Schadenfreude"

                "5"        "1015"

                "5."        "The Shred Alert"
                
                "6"        "30621"

                "6."        "The Burstchester"
                
                "7"        "1106"

                "7."        "Square Dance"

                "8"        "1110"

                "8."        "Rock Paper Scissors"

                "9"        "1107"

                "9."        "Flippin' Awesome"

                "10"        "1157"

                "10."        "The Kazotsky Kick"

                "11"        "1111"

                "11."        "Skullcracker"

                "12"        "30672"

                "12."       "Zoomin Broom"

                "13"        "1162"
                     
                "13."       "Mannrobics Dance" 

                "14"        "30616"

                "14."        "The Proletariat Posedown (Heavy)"

                "15"        "30618"

                "15."        "Bucking Bronco (Engie)"

                "16"        "1115"

                "16."        "Rancho Relaxo (Engie)"

                "17"        "477"

                "17."        "Meet the Medic (Medic)"

                "18"        "1109"

                "18."        "Results Are In (Medic)"

                "19"        "1114"

                "19."        "Spent Well Spirits (Demo)"

                "20"        "1120"

                "20."        "Oblooterated (Demo)"
                
                "21"        "30671"

                "21."        "Bad Pipes (Demo)"

                "22"        "1117"

                "22."        "Battin' a Thousand (Scout)"

                "23"        "1119"

                "23."        "Bucket of Chicken (Scout)"

                "24"        "30572"

                "24."        "Boston Breakdance(Scout)"

                "25"        "1116"

                "25."        "I See You (Sniper)"            

                "26"        "30609"

                "26."        "Killer Solo (Sniper)"

                "27"        "30614"

                "27."        "Most Wanted (Sniper)"

                "28"        "1108"

                "28."        "Buy A Life Taunt (Spy)"

                "29"        "30615"

                "29."        "The Box Trot (Spy)"
                
                "30"          "1112"
                            
                "30."         "Party Trick (Pyro)"
                       
                "31"          "30570"
                           
                "31."         "Pool Party (Pyro)"

                "32"        "1113"
                     
                "32."        "Freshly Brewed Victory (Solly)"

                "33"        "30673"
                     
                "33."        "Requiem (Solly)"
            
}

         } 
Attached Files
File Type: sp Get Plugin or Get Source (tf_tauntem.sp - 334 views - 10.7 KB)
File Type: smx tf_tauntem.smx (10.3 KB, 450 views)
YoNer is offline
Nighty
Member
Join Date: Nov 2012
Old 01-07-2016 , 18:27   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #287

Quote:
Originally Posted by reganh98 View Post
May I know where do you get these items id?
i usually use https://tf2b.com/updates/tf2 since its very easy on newly added items there ;)
__________________
Nighty is offline
AcidZer0
New Member
Join Date: Oct 2015
Location: Russia, Krasnodar
Old 02-26-2016 , 02:02   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #288

Other players don't see box on spy boxtrot and some other models. How to fix it?
AcidZer0 is offline
Potato Uno
Veteran Member
Join Date: Jan 2014
Location: Atlanta, Georgia
Old 02-26-2016 , 02:16   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #289

You can't fix that, Valve restriction.

Just remove them and only use the taunts that don't involve props/models.
Potato Uno is offline
towergame
New Member
Join Date: Mar 2016
Old 03-06-2016 , 08:22   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #290

Mod won't work on my server...
Log prints:
Code:
L 03/06/2016 - 15:14:59: [SM] Displaying call stack trace for plugin "tf_tauntem.smx":
L 03/06/2016 - 15:14:59: [SM]   [0]  Line 22, C:\sourcemod\tf_tauntem.sp::OnPluginStart()
L 03/06/2016 - 15:14:59: [SM] Plugin encountered error 25: Call was aborted
L 03/06/2016 - 15:14:59: [SM] Native "SetFailState" reported: Unable to initialize call to CTFPlayer::PlayTauntSceneFromItem. Wait patiently for a fix.
towergame is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:14.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode