Raised This Month: $32 Target: $400
 8% 

screwed up my adminmenu_custom cfg


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Bongholio
Senior Member
Join Date: Sep 2009
Old 12-30-2009 , 16:11   screwed up my adminmenu_custom cfg
Reply With Quote #1

any one help a noob?
All I have is karma in return lol

(respawn survivors no longer works)

"Commands"
{
"Spawn Uncommons"
{
"Spawn Uncommon Zombie"
{
"cmd" "sm_spawnuncommon @1"
"admin" "sm_spawnuncommon"
"execute" "player"
"1"
{
"1" "riot"
"1." "Riot Cop (Parish)"
"2" "ceda"
"2." "CEDA Agent (Center)"
"3" "clown"
"3." "Clown (Carnival)"
"4" "mud"
"4." "Mudman (Swamp)"
"5" "roadcrew"
"5." "Road Worker (Rain)"
"6" "jimmy"
"6." "Jimmy Gibbs Jr. (Extra)"
"7" "fallen"
"7." "Fallen Survivor (Extra)"
"8" "random"
"8." "Randomized Type 1-5"
}
}
"Spawn Uncommon Horde"
{
"cmd" "sm_spawnuncommonhorde @1"
"admin" "sm_spawnuncommonhorde"
"execute" "player"
"1"
{
"1" "riot"
"1." "Riot Cop (Parish)"
"2" "ceda"
"2." "CEDA Agent (Center)"
"3" "clown"
"3." "Clown (Carnival)"
"4" "mud"
"4." "Mudman (Swamp)"
"5" "roadcrew"
"5." "Road Worker (Rain)"
"6" "jimmy"
"6." "Jimmy Gibbs Jr. (Extra)"
"7" "fallen"
"7." "Fallen Survivor (Extra)"
"8" "random"
"8." "Randomized Type 1-5"
}
}
}
}
{
"PlayerCommands"
{
"Respawn Survivor"
{
"cmd" "sm_respawn #1"
"admin" "sm_kick"
"execute" "player"
"1"
{
"type" "player"
"method" "name"
"title" "Player:"
}
}
}
}

(weird formatting from WEBSITE wordpad doesn't look like that)


sorry for the pain in the ass
I have no clue what the website did to what I posted
(stryker says use code box)

too late now

wish to combine spawn uncommon respawn survivors

L4D2 coop/campaign
non-dedicated server
sourcemod-1.3.0-hg2865.zip
mmsource-1.8.0-hg688.zip

Last edited by Bongholio; 12-30-2009 at 16:43.
Bongholio is offline
dirka_dirka
Veteran Member
Join Date: Nov 2009
Old 12-30-2009 , 19:54   Re: screwed up my adminmenu_custom cfg
Reply With Quote #2

the site removes tabs unless you put the text in a code block (or maybe quote/php block).

above playercommands you have 4 } and 1{ ... delete one of the } and then put another } at the very bottom

right now yer playercommands are "outside" of where they belong.
dirka_dirka is offline
Bongholio
Senior Member
Join Date: Sep 2009
Old 12-30-2009 , 21:57   Re: screwed up my adminmenu_custom cfg
Reply With Quote #3

thanks for help (atomicS & dirka) got it going

can't find codebox commands (duh,....ok got it)
COMBINED SPAWN UNCOMMON RESPAWN SURVIVORS
adminmenu_custom.cfg

Code:
"Commands"
{
    "Spawn Uncommons"
    {
        "Spawn Uncommon Zombie"
        {
            "cmd"            "sm_spawnuncommon @1"
            "admin"            "sm_spawnuncommon"
            "execute"        "player"
            "1"
            {
                "1"            "riot"
                "1."        "Riot Cop (Parish)"
                "2"            "ceda"
                "2."        "CEDA Agent (Center)"
                "3"            "clown"
                "3."        "Clown (Carnival)"
                "4"            "mud"
                "4."        "Mudman (Swamp)"
                "5"            "roadcrew"
                "5."        "Road Worker (Rain)"
                "6"            "jimmy"
                "6."        "Jimmy Gibbs Jr. (Extra)"
                "7"            "fallen"
                "7."        "Fallen Survivor (Extra)"
                "8"            "random"
                "8."        "Randomized Type 1-5"
            }
        }
        "Spawn Uncommon Horde"
        {
            "cmd"            "sm_spawnuncommonhorde @1"
            "admin"            "sm_spawnuncommonhorde"
            "execute"        "player"
            "1"
            {
                "1"            "riot"
                "1."        "Riot Cop (Parish)"
                "2"            "ceda"
                "2."        "CEDA Agent (Center)"
                "3"            "clown"
                "3."        "Clown (Carnival)"
                "4"            "mud"
                "4."        "Mudman (Swamp)"
                "5"            "roadcrew"
                "5."        "Road Worker (Rain)"
                "6"            "jimmy"
                "6."        "Jimmy Gibbs Jr. (Extra)"
                "7"            "fallen"
                "7."        "Fallen Survivor (Extra)"
                "8"            "random"
                "8."        "Randomized Type 1-5"
            }
        }
    }

     "PlayerCommands"
     {
                "Respawn Survivor"
                {
                         "cmd" "sm_respawn #1"
                         "admin" "sm_kick" 
                         "execute" "player"
                         "1"
                         {
                                "type" "player"
                                "method" "name"
                                "title" "Player:"
                         }
                }
     }
}
Bongholio is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-13-2012 , 06:29   Re: screwed up my adminmenu_custom cfg
Reply With Quote #4

No way dude!!!! I'm having the same problems, but good thing I found this page ^^
__________________

Last edited by Psyk0tik; 10-22-2017 at 10:45.
Psyk0tik is offline
DoPe^
Veteran Member
Join Date: Jul 2008
Location: Denmark / Copenhagen
Old 07-13-2012 , 06:55   Re: screwed up my adminmenu_custom cfg
Reply With Quote #5

n1 posting in a thread that is 2½ years old

but anyways.

please type in these commands in your server console and copy what is says here.

sm version
sm exts list
sm plugins list

Last edited by DoPe^; 07-13-2012 at 07:01.
DoPe^ is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-13-2012 , 19:54   Re: screwed up my adminmenu_custom cfg
Reply With Quote #6

Why? I said I already figured out my problem when I visited this thread. And how is this info relevant to this thread's problem?
__________________

Last edited by Psyk0tik; 10-22-2017 at 10:45.
Psyk0tik is offline
DoPe^
Veteran Member
Join Date: Jul 2008
Location: Denmark / Copenhagen
Old 07-14-2012 , 12:53   Re: screwed up my adminmenu_custom cfg
Reply With Quote #7

Quote:
Originally Posted by Crasher_3637 View Post
Why? I said I already figured out my problem when I visited this thread. And how is this info relevant to this thread's problem?
don't really see where you have wrote that you're problem was solved...
I was just trying to help lol
DoPe^ 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 19:33.


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