View Single Post
dave_with_beer_bottle
Senior Member
Join Date: Jul 2009
Old 02-28-2012 , 00:03   Re: [TF2] Have Some Piss! (Jarate!)
Reply With Quote #7

if you using these DarthNinja plugins
- https://forums.alliedmods.net/showth...troy+buildings
- http://forums.alliedmods.net/showthr...ght=sand+balls
- https://forums.alliedmods.net/showthread.php?t=126907
- https://forums.alliedmods.net/showthread.php?p=1273106
You can copy/paste this to your adminmenu_custom.txt and change the number of balls, jars, times to your liking

Code:
"Commands"
{
    "PlayerCommands"
    {
        "Destroy Buildings"
        {
            "cmd"            "sm_destroy #1 @2"
            "admin"            "sm_kick"
            "execute"        "player"
            "1"
            {
                "type"        "groupplayer"
                "method"    "name"
                "title"        "Pick A Player"
            }
            "2"
            {
                "type"        "list"
                "title"        "Object to Destroy"
                "1"        "Sentry"
                "2"        "Dispenser"
                "3"        "Entrance"
                "3."        "Teleporter Entrance"
                "4"        "Exit"
                "4."        "Teleporter Exit"
                "5"        "All"
            }
        }
    }
    
    "Fun Commands"
    {
        "Balls for Sandman"
        {
            "cmd"            "sm_giveballs #1 @2"
            "admin"            "sm_kick"
            "execute"        "player"
            "1"
            {
                "type"        "player"
                "method"    "name"
                "title"        "Pick A Player"
            }
            "2"
            {
                "type"        "list"
                "title"        "How Many"
                "1"        "2"
                "1."        "2 Balls"
                "2"        "3"
                "2."        "3 Balls"
                "3"        "4"
                "3."        "4 Balls"
                "4"        "5"
                "4."        "5 Balls"
                "5"        "7"
                "5."        "7 Balls"
                "6"        "10"
                "6."        "10 Balls"
                "7"        "12"
                "7."        "12 Balls"
                "8"        "15"
                "8."        "15 balls"
            }
        }
        
        "Piss Jar"
        {
            "cmd"            "sm_givepiss #1 @2"
            "admin"            "sm_kick"
            "execute"        "player"
            "1"
            {
                "type"        "player"
                "method"    "name"
                "title"        "Pick A Player"
            }
            "2"
            {
                "type"        "list"
                "title"        "How Many"
                "1"        "3"
                "1."        "3 Piss Jars"
                "2"        "4"
                "2."        "4 Piss Jars"
                "3"        "5"
                "3."        "5 Piss Jars"
                "4"        "7"
                "4."        "7 Piss Jars"
                "5"        "9"
                "5."        "9 Piss Jars"
                "6"        "10"
                "6."        "10 Piss Jars"
                "7"        "12"
                "7."        "12 Piss Jars"
                "8"        "15"
                "8."        "15 Piss Jars"
            }
        }
        
        "Stun"
        {
            "cmd"            "sm_stun #1 @2"
            "admin"            "sm_kick"
            "execute"        "player"
            "1"
            {
                "type"        "groupplayer"
                "method"    "name"
                "title"        "Pick A Player"
            }
            "2"
            {
                "type"        "list"
                "title"        "Time to Stun"
                "1"        "5"
                "1."        "5 Seconds"
                "2"        "10"
                "2."        "10 Seconds"
                "3"        "15"
                "3."        "15 Seconds"
                "4"        "20"
                "4."        "20 Seconds"
                "5"        "30"
                "5."        "30 Seconds"
                "6"        "45"
                "6."        "45 Seconds"
                "7"        "60"
                "7."        "1 Minute"
                "8"        "90"
                "8."        "1,5 Minute"
            }
        }
        
        "Stun Ghost"
        {
            "cmd"            "sm_gstun #1 @2"
            "admin"            "sm_kick"
            "execute"        "player"
            "1"
            {
                "type"        "groupplayer"
                "method"    "name"
                "title"        "Pick A Player"
            }
            "2"
            {
                "type"        "list"
                "title"        "Time to Stun"
                "1"        "5"
                "1."        "5 Seconds"
                "2"        "10"
                "2."        "10 Seconds"
                "3"        "15"
                "3."        "15 Seconds"
                "4"        "20"
                "4."        "20 Seconds"
                "5"        "30"
                "5."        "30 Seconds"
                "6"        "45"
                "6."        "45 Seconds"
                "7"        "60"
                "7."        "1 Minute"
                "8"        "90"
                "8."        "1,5 Minute"
            }
        }
        
        "Stun Bonk"
        {
            "cmd"            "sm_bonk #1 @2"
            "admin"            "sm_kick"
            "execute"        "player"
            "1"
            {
                "type"        "groupplayer"
                "method"    "name"
                "title"        "Pick A Player"
            }
            "2"
            {
                "type"        "list"
                "title"        "Time to Stun"
                "1"        "5"
                "1."        "5 Seconds"
                "2"        "10"
                "2."        "10 Seconds"
                "3"        "15"
                "3."        "15 Seconds"
                "4"        "20"
                "4."        "20 Seconds"
                "5"        "30"
                "5."        "30 Seconds"
                "6"        "45"
                "6."        "45 Seconds"
                "7"        "60"
                "7."        "1 Minute"
                "8"        "90"
                "8."        "1,5 Minute"
            }
        }
    }
}
if you want just the piss jar and in the player commands here you go

Code:
"Commands"
{
    "PlayerCommands"
    {
        "Piss Jar"
        {
            "cmd"            "sm_givepiss #1 @2"
            "admin"            "sm_kick"
            "execute"        "player"
            "1"
            {
                "type"        "player"
                "method"    "name"
                "title"        "Pick A Player"
            }
            "2"
            {
                "type"        "list"
                "title"        "How Many"
                "1"        "3"
                "1."        "3 Piss Jars"
                "2"        "4"
                "2."        "4 Piss Jars"
                "3"        "5"
                "3."        "5 Piss Jars"
                "4"        "7"
                "4."        "7 Piss Jars"
                "5"        "9"
                "5."        "9 Piss Jars"
                "6"        "10"
                "6."        "10 Piss Jars"
                "7"        "12"
                "7."        "12 Piss Jars"
                "8"        "15"
                "8."        "15 Piss Jars"
            }
        }
    }
        
}
If you mind me posting this DarthNinja just delete it or let me know i'll delete it
dave_with_beer_bottle is offline