AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [TF2] Have Some Piss! (Jarate!) (https://forums.alliedmods.net/showthread.php?t=135519)

DarthNinja 08-17-2010 01:06

[TF2] Have Some Piss! (Jarate!)
 
1 Attachment(s)
[TF2] Have Some Piss!
Version 1.0



Description:
Give a player or players any number of Jarate!
(Requires they have the Jarate!)

Commands:
Admin:
sm_givepiss <target> <number>
Sets the number of Jarate <target> has to <number>.

Cvars:
sm_piss_version
Install Instructions:
  1. Place HaveSomePiss.smx into your addons/sourcemod/plugins/ folder.

Notes:
Lots of Jarate spamming may cause server lag! Be aware!
Combine with [TF2] Jarate Teammates for extra laughs!

See Also:
[TF2] Have Some Ballz!
ToDo:
  • Add max Jarate cvar to set an upper cap of how much Jarate can be given.

Version History:
  • V1.0
    • Initial Release

Fleepster99 08-17-2010 13:15

Re: [TF2] Have Some Piss!
 
Very nice idea :), but considering the size of the plugin why not stack them all together?
also
Quote:

Add max Jarate cvar to set an upper cap of how many balls can be given.
:lol:

DarthNinja 08-17-2010 15:05

Re: [TF2] Have Some Piss!
 
Quote:

Originally Posted by Fleepster99 (Post 1273500)
Very nice idea :), but considering the size of the plugin why not stack them all together?
also
:lol:

Oops, fixed >.<

Well I figured this way if someone just wants balls, or just Jarate they can just grab that plugin. /shrug

JoBarfCreepy 09-18-2011 12:06

Re: [TF2] Have Some Piss! (Jarate!)
 
I like this plugin :3
But, problem is, since Valve removed the convar to set the jar/milk regenerate duration, I'm tired of setting this convar every time I die.
Point:
- Can you make it so that you can put a default jarate amount on re-spawn?

DarthNinja 09-20-2011 05:25

Re: [TF2] Have Some Piss! (Jarate!)
 
Quote:

Originally Posted by JoBarfCreepy (Post 1558127)
I like this plugin :3
But, problem is, since Valve removed the convar to set the jar/milk regenerate duration, I'm tired of setting this convar every time I die.
Point:
- Can you make it so that you can put a default jarate amount on re-spawn?

I'm pretty busy with paid work at the moment. Also, are you sure they removed it?

Fun21 12-23-2011 16:40

Re: [TF2] Have Some Piss! (Jarate!)
 
What Code do u need to add this to the admin menu?
Or Would it Be This
"PlayerCommands"
{
"Extra Piss Jars"
{
"cmd" "sm_givepiss #1 @2"
"admin" "sm_kick"
"execute" "player"
"1"
{
"type" "player"
"method" "name"
"title" "Choose a Player"
}
"2"
{
"type" "list"
"title" "How Many Piss Jars"
"1" "100"
"1." "100"
"2" "500"
"2." "500"
"3" "999"
"3." "999"
}
}
}

dave_with_beer_bottle 02-28-2012 00:03

Re: [TF2] Have Some Piss! (Jarate!)
 
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

captaindeterprimary 01-11-2013 13:41

Re: [TF2] Have Some Piss! (Jarate!)
 
Everyone is a spy.


All times are GMT -4. The time now is 12:30.

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