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

[CS:GO] Simple Menu to Display Info UPDATE[26/04/2020]


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author
FreezerPT
Senior Member
Join Date: Mar 2017
Location: 127.0.0.1
Plugin ID:
7052
Plugin Version:
1.0
Plugin Category:
General Purpose
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Build a Menu, that when player type the command, show a "info" menu
    Old 04-19-2020 , 17:09   [CS:GO] Simple Menu to Display Info UPDATE[26/04/2020]
    Reply With Quote #1

    Hello, I have a server and I was looking for an easy-to-edit plugin that would show the information we wanted! But I didn't find it so I made one! It serves to simplify, for example, the sending of messages to the server such as the advertisements of commands existing on the server, so it is easier to write for example !commands and it shows everything we say in a list!

    When a player joins the server, the plugin advertises the player with a message.

    The plugin generates automatically a cfg, when you can disable the message.

    You can edit the info and add more options to menu to display more info:

    Just add more "AddMenuItem(menu, "", "Info you want to display");

    Code:
    SetMenuTitle(menu, "Comands Menu");  
    	   AddMenuItem(menu, "", "Reset Score - Type !rs");				
    	   AddMenuItem(menu, "", "Music Menu - Type !res");  
    	   AddMenuItem(menu, "", "Call Admin - Type !callAdmin");
    	   AddMenuItem(menu, "", "WRITE WHAT YOU WANT");
               AddMenuItem(menu, "", "COPY THIS THIS LINE AND EDIT THIS TEXT");
    You can edit the console command to:

    Just change the word "commands" to whatever you want

    Code:
    RegConsoleCmd("sm_commands", Command_Main);
    You can activate or desactivate the advertisement to command when user enter on server

    Code:
    g_ClientSettings	       = CreateConVar("menu_show_message", "1", "Enable/Disable message");
    You need to download the plugin and edit it! If you want to compile it and you dont have a compiler you can acess here: https://spider.limetech.io/
    Attached Files
    File Type: zip simple_menu.zip (6.7 KB, 634 views)
    __________________

    Last edited by FreezerPT; 04-26-2020 at 10:36. Reason: Added a advertisement message
    FreezerPT 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 02:07.


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