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

Helps create simple menu for CS: GO


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
alsome
New Member
Join Date: Jul 2015
Old 07-28-2015 , 14:41   Helps create simple menu for CS: GO
Reply With Quote #1

Hello, I would like to ask a favor, could help to create a simple menu for cs: go, because I have some plugins that use SM_ commands to be put in console, and how they are different and people do not know, I would like to see if they could help get them into a single menu.

For example would look like:
! Menu to write the menu with the options you have, for example open:

Server menu:

1 Buy weapons: (the code is RegConsoleCmd ("sm_guns" Command_GunMenu)
2 Statistics: (the code is RegConsoleCmd ("sm_stats" cmdShowStats) Wink

I hope you can help
Thank You.

Pd, excuse my bad English
alsome is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 07-28-2015 , 16:17   Re: Helps create simple menu for CS: GO
Reply With Quote #2

you can use this
https://forums.alliedmods.net/showthread.php?t=103430
Advanced Rules Menu by haN

change in rules.sp line 65:
Code:
    RegConsoleCmd("sm_rules", RulesMenu_Func);
to
Code:
    RegConsoleCmd("sm_menu", RulesMenu_Func);  // or your linking
compile it and use a rules.cfg like this:
Code:
"Command Menu"
{
   "1"
    {
        "name" "Server commands"
        "description" "!commands - show this menu
!rtv - rock the vote
!nominate - nominate a map"
    } 
   "2"
    {
        "name" "Player commands"
        "description" "!knife - knife menu
!kill - suizid
!spec - go spectator"    
    } 

}
shanapu is offline
alsome
New Member
Join Date: Jul 2015
Old 07-28-2015 , 21:15   Re: Helps create simple menu for CS: GO
Reply With Quote #3

serves to CS: GO? This plugin only displays information, but I need a menu
alsome 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 11:09.


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