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

[TF2] Targeted Crits


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Adjo
Member
Join Date: Dec 2009
Location: UK
Old 03-25-2011 , 18:42   Re: [TF2] Targeted Crits
Reply With Quote #22

Quote:
Originally Posted by natex2012 View Post
hi and thanks wats the best way to add this plugin adminmenu_custom.txt file code http://forums.alliedmods.net/showpos...63&postcount=6
Here you go:
Code:
// Custom admin menu commands.
// For more information:
//
// http://wiki.alliedmods.net/Custom_Admin_Menu_%28SourceMod%29
//
// Note: This file must be in Valve KeyValues format (no multiline comments)
//

"Commands"
{
    "PlayerCommands"
    {
        "Set Infinite Ammo"
        {
            "cmd"        "sm_fia #1 #2"
            "admin"        "sm_slay"
            "execute"    "player"
            "1"
            {
                "type"        "player"
                "title"        "Who?"
            }
            "2"
            {
                "type"        "onoff"
                "title"        "On/Off"
            }
        }
        "Toggle Crits on Player"
        {
            "cmd"    "sm_crits #1 #2"
            "admin"    "sm_slay"
            "1"
            {
                "type"    "player"
                "title"    "Player:"
            }
            "2"
            {
                "type"    "list"
                "title"    "Crit Chance"
                "1"        "0.00"
                "2"        "0.05"
                "3"        "1.00"
            }
        }
    }
    "ServerCommands"
    {
        "Infinite Ammo All"
        {
            "cmd"        "sm_fia_all #1"
            "admin"        "sm_slay"
            "execute"    "server"
            "1"
            {
                "type"        "onoff"
                "title"        "On/Off"
            }
        }
    }
}
Quote:
Originally Posted by natex2012 View Post
i think its Toggle not Toogle lol.
It is ;) it was just a typo
Adjo is offline
 



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 20:01.


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