Raised This Month: $51 Target: $400
 12% 

TF2: ClassChooser


Post New Thread Reply   
 
Thread Tools Display Modes
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 08-01-2008 , 13:09   Re: TF2: ClassChooser
Reply With Quote #51

There's a lot of problems with this. I'm thinking about rewriting it to make it work as intended.
bl4nk is offline
demm
Junior Member
Join Date: Feb 2008
Old 08-03-2008 , 14:40   Re: TF2: ClassChooser
Reply With Quote #52

Maybe you could merge it with your sudden death melee plugin. They both do essentially the same thing and it would be neat to have one plugin control both situations.
demm is offline
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 08-03-2008 , 14:52   Re: TF2: ClassChooser
Reply With Quote #53

Yeah, but SDMR is meant for sudden death, and this is meant for everything.
bl4nk is offline
stevieboy
Member
Join Date: Feb 2008
Old 08-18-2008 , 05:40   Re: TF2: ClassChooser
Reply With Quote #54

Hey bl4nk,

thx again for making this great plugin.

We have an issue to report concerning the Melee-Only-Mode. Sadly we had to notice that the locker returns all stripped weapons back to the player. Maybe even if he'd walk over an ammopack it would restore the weapons (not tested yet).

Is there any way you can prevent getting back the weapons with going to the locker?

Thx in advance,

Stevie
__________________
stevieboy is offline
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 08-18-2008 , 10:35   Re: TF2: ClassChooser
Reply With Quote #55

All of the weapon lockers should be disabled, but for some reason it doesn't work properly. I'm going to be recoding the plugin in the future, and that will be one of the main things I fix. Until then, there's a TF2 Melee Mode plugin out there that will do what you want (hopefully).
bl4nk is offline
air853
Junior Member
Join Date: Apr 2008
Old 03-27-2009 , 18:07   Re: TF2: ClassChooser
Reply With Quote #56

By any chance will this plugin be made to work again?
air853 is offline
AllWaySinner
New Member
Join Date: Jun 2009
Old 06-23-2009 , 21:57   Re: TF2: ClassChooser
Reply With Quote #57

i am fairly new to this. where do i place the Cvars? or where to find them to change them. ive managed to get everyother mod im using to work.
AllWaySinner is offline
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 06-24-2009 , 13:54   Re: TF2: ClassChooser
Reply With Quote #58

You can place the cvars in your server.cfg. They're located in the first post of this thread.
bl4nk is offline
MrSaturn
SourceMod Donor
Join Date: Jan 2009
Old 07-10-2009 , 22:01   Re: TF2: ClassChooser
Reply With Quote #59

I hope you get around to recoding/fixing this soon! The concept is great.

Here is for people's custom admin menus.

PHP Code:
        "OneClass Commands"
        
{
            
"Enable OneClass"
            
{
                
"cmd"    "sm_cvar sm_classchooser_enable @1"
                "admin"    "sm_slay"
                "execute"    "server"
                "1"
                
{
                    
"type"        "list"
                    "title"        "Enable/Disable?"
                    "1"        "1"
                    "1."        "On"
                    "2"        "0"
                    "2."        "Off"
                
}
            }
            
"OneClass Type"
            
{
                
"cmd"    "sm_cvar sm_classchooser_class @1"
                "admin"    "sm_slay"
                "execute"    "server"
                "1"
                
{
                    
"type"        "list"
                    "title"        "What Class?"
                    "1"        "scout"
                    "1."        "Scout"
                    "2"        "demoman"
                    "2."        "Demoman"
                    "3"        "engineer"
                    "3."        "Engineer"
                    "4"        "medic"
                    "4."        "Medic"
                    "5"        "pyro"
                    "5."        "Pyro"
                    "6"        "soldier"
                    "6."        "Soldier"
                    "7"        "spy"
                    "7."        "Spy"
                    "8"        "sniper"
                    "8."        "Sniper"
                    "9"        "heavy"
                    "9."        "Heavy"
                    "10"        "random"
                    "10."        "Random"
                
}
            }
            
"Engineer Tools"
            
{
                
"cmd"    "sm_cvar sm_classchooser_engineer_tools @1"
                "admin"    "sm_slay"
                "execute"    "server"
                "1"
                
{
                    
"type"        "list"
                    "title"        "Allow Tools?"
                    "1"        "0"
                    "1."        "No"
                    "2"        "1"
                    "2."        "Yes"
                
}
            }
            
"Melee Only"
            
{
                
"cmd"    "sm_cvar sm_classchooser_melee @1"
                "admin"    "sm_slay"
                "execute"    "server"
                "1"
                
{
                    
"type"        "list"
                    "title"        "Melee Only?"
                    "1"        "0"
                    "1."        "No"
                    "2"        "1"
                    "2."        "Yes"
                
}
            }
        } 
MrSaturn is offline
MrSaturn
SourceMod Donor
Join Date: Jan 2009
Old 07-12-2009 , 10:40   Re: TF2: ClassChooser
Reply With Quote #60

blerb, nevermind about the menu.

It seems that this plugin creates alot of stuttering on my server.
MrSaturn 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 11:12.


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