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

How to add commands in to adminmenu


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
joez252
Member
Join Date: Apr 2019
Old 04-08-2020 , 18:01   How to add commands in to adminmenu
Reply With Quote #1

Hello, i want add commands in to adminmenu. Commands like sm_esp and more...
But i dont know how...
joez252 is offline
LuqS
AlliedModders Donor
Join Date: Jun 2019
Location: Israel
Old 04-09-2020 , 04:00   Re: How to add commands in to adminmenu
Reply With Quote #2

This should give you all the information you need


EDIT:
if you don't know how to code feel free to send me a message about what you need and i will try to help you with it!
__________________
You like my work? You want to support?
Consider Donating!

Need signatures / offsets for CS:GO?
Contact me:

Last edited by LuqS; 04-09-2020 at 04:03.
LuqS is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 04-09-2020 , 04:06   Re: How to add commands in to adminmenu
Reply With Quote #3

Dynamic Admin Menu Configuration
https://wiki.alliedmods.net/Dynamic_...nu_(SourceMod)

PHP 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"
    
{
        
"something new"
        
{
            
"cmd"    "say @1 @1 @1... @2"
            
            "1"
            
{
                
"type"    "player"
            
}
            
"2"
            
{
                
"type"    "list"
                "1"        "It was fun today"
            
}
        }
    }

    
"New category"
    
{
        
"new command"
        
{
            
"cmd"    "sm_slay \"@me\""
        
}
    }

__________________
Do not Private Message @me
Bacardi is offline
Reply


Thread Tools
Display Modes

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:53.


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