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

Post Reply
User avatar
greenie
Full Member
Full Member
Posts: 4444
Joined: Sun Nov 21, 2021 4:55 pm
Jucator SA:MP ?: Nu
Nick:: greenie
Jucator CS ?: Da

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

Post by greenie »

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");
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
RegConsoleCmd("sm_commands", Command_Main);
You can activate or desactivate the advertisement to command when user enter on server
g_ClientSettings = CreateConVar("menu_show_message", "1", "Enable/Disable message");
.zip
π‘΄π’‚π’šπ’ƒπ’† 𝒕𝒉𝒆 𝑬𝒂𝒓𝒕𝒉 π’Šπ’” 𝒕𝒉𝒆 𝑯𝒆𝒍𝒍 𝒐𝒇 𝑨𝒏𝒐𝒕𝒉𝒆𝒓 𝑷𝒍𝒂𝒏𝒆𝒕... ☒️

βœ… GAZDUIRE JOCURI / VPS / GAZDUIRE WEB / SERVERE DEDICATE - Stock NELIMITAT / Valabil comandati pe https://www.zonek.ro/
Post Reply

Return to β€œGeneral Purpose”