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

[TF2] Have Some Piss! (Jarate!)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Plugin ID:
1890
Plugin Version:
1.0
Plugin Category:
Fun Stuff
Plugin Game:
Team Fortress 2
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Give a player(s) any number of Jarate!
    Old 08-17-2010 , 01:06   [TF2] Have Some Piss! (Jarate!)
    Reply With Quote #1

    [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
    Attached Files
    File Type: sp Get Plugin or Get Source (HaveSomePiss.sp - 2895 views - 2.3 KB)
    __________________

    Last edited by DarthNinja; 08-17-2010 at 15:03.
    DarthNinja is offline
    Fleepster99
    Senior Member
    Join Date: Apr 2010
    Old 08-17-2010 , 13:15   Re: [TF2] Have Some Piss!
    Reply With Quote #2

    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.
    Fleepster99 is offline
    DarthNinja
    SourceMod Plugin Approver
    Join Date: Mar 2009
    Location: PreThinkHook()
    Old 08-17-2010 , 15:05   Re: [TF2] Have Some Piss!
    Reply With Quote #3

    Quote:
    Originally Posted by Fleepster99 View Post
    Very nice idea , but considering the size of the plugin why not stack them all together?
    also
    Oops, fixed >.<

    Well I figured this way if someone just wants balls, or just Jarate they can just grab that plugin. /shrug
    __________________
    DarthNinja is offline
    JoBarfCreepy
    Member
    Join Date: Feb 2011
    Location: Next to Sweden and Norwa
    Old 09-18-2011 , 12:06   Re: [TF2] Have Some Piss! (Jarate!)
    Reply With Quote #4

    I like this plugin
    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?
    JoBarfCreepy is offline
    DarthNinja
    SourceMod Plugin Approver
    Join Date: Mar 2009
    Location: PreThinkHook()
    Old 09-20-2011 , 05:25   Re: [TF2] Have Some Piss! (Jarate!)
    Reply With Quote #5

    Quote:
    Originally Posted by JoBarfCreepy View Post
    I like this plugin
    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?
    __________________
    DarthNinja is offline
    Fun21
    Member
    Join Date: Dec 2011
    Old 12-23-2011 , 16:40   Re: [TF2] Have Some Piss! (Jarate!)
    Reply With Quote #6

    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"
    }
    }
    }

    Last edited by Fun21; 12-23-2011 at 16:45.
    Fun21 is offline
    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
    captaindeterprimary
    AlliedModders Donor
    Join Date: Sep 2012
    Old 01-11-2013 , 13:41   Re: [TF2] Have Some Piss! (Jarate!)
    Reply With Quote #8

    Everyone is a spy.
    __________________
    Last edited by ; Today at 08:20 AM. Reason: Get rid of s
    captaindeterprimary 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 07:48.


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