Jump to content

Recommended Posts

Posted

as i've noticed recently all my old tutorials was deleted on how to customize your counter strike 1.6 step by step . 

i will be providing the most important tutorials to customize your cs1.6 .

i prefer to start with the HL.menu seen that it's the hardest part . 

Note :warning-sign: : i will explain how to add music to your hl menu on next tutorial 

 

1-open your counter strike 1.6 folder

Quote

Counter strike 1.6->cstrike->commandmneu.txt

2- it will appear like this : 

 

kkk.png 

NOTICE :no-entry-emoticon::no-entry-emoticon::no-entry-emoticon:: any small remove of a little mark like will disable the specific menu 

Quote

" , [, }, { 

so let's start editing : 

you can name the menu whatever you like in this section :

kkk.png 

change the name between the two // // . 

example : 

Quote

// your @name command menu //

3- to add a menu .

for example i am going to add a menu

follow me step by step . 

you need to add here wherever you like here a script that i am going to make  : 

kkk.png 

For Proof Menu

Quote

"1" "Proof"
{

"2" "Demo/picture"
{
    "1" "Show Time Left" "timeleft"
        "2" "Picture" "snapshot"
    "3" "Demo"
    {
        "1" "Record" "messagemode record"
        "2" "Stop Recording" "stop"
        "3" "Play" "messagemode viewdemo"
    }
 

 

For Volume settings add this script :  

Quote

"6" "VOLUME SETTINGS"
{
                        "2" "Volume Settings"
        {    
            "1" "Max Volume" "Volume 2"
            "2" "Normal Volume" "volume 1.12"
            "3" "Medium Volume" "volume 0.9"
            "4" "Low Volume" "volume 0.35"
            "5" "Muted" "volume 0"
                }
}

For performance details :

Quote

"8" "PERFOMANCE"
{
            "1" "Net Graph"
        {    
            "1" "Net Graph 1" "net_graph 1"
            "2" "Net Graph 2" "net_graph 2"
            "3" "Net Graph 3" "net_graph 3"
            "6" "Net Graph Position left" "net_graphpos 3"
            "7" "Net Graph Position right" "net_graphpos 1"
                "8" "Net Graph Off" "net_graph 0"
        }    
        "2" "Show FPS"
        {    
            "1" "On" "cl_showfps 1"
            "2" "Off" "cl_showfps 0"
        }
                "3" "FPS Booster" "fps_max 101" 
                }
        "4" "HD"
        {
            "1" "ON" "r_detailtextures 1"
            "2" "OFF" "r_detailtextures 0"
        }

For Prepared words to say

Quote

"5" "Prepared Words"
{


       "1" "Hi all "   "say HI All :D"
    "2" "AWSOME!"  "say Awsome Man !!"
    "3" "Bombe Comming "  "say Bomba  Comming!! "
        "4" "Great Game (GG) "     "say GG Awsomme !!"
        "5" "Bye" "say bye All"
         "6" "l0rd!" "Say L0rd is the best ahahah"

}

---Prepared words for admins

Quote

"1" "Admins Warning Words "
{
        "1" "Zombie Mod"
        {
       "1" "Stop Block"   "say @Stop Block ! or 3 Slap-->Slay"
    "2" "Zm Attack"  "say @Zm Attack or 3 slap->Slay !!;say @ Zm Attack Please"
    "3" "Dont break box"  "say @Breaking Box Before Infection ! Or SLAY!!"
        "4" "Down of map"     "say @DOWN OF MAP!! Or 3 slap ---> SLAY"
        "5" "Dont shoot Lm"     "say @Shooting LM will get You a SLAY!!"
        "6" "Out Of Water" "say @out of water Or Freeze!!"
        "7" "Free Is Allowed" "say @ Free Is Totaly Allowed !!!"
        "8" "Free is not allowed" "say @ don't Let Free ! ; say @ Free is not allowed" 
        "9" "Human Hide" "say @ Human Hide Or Slay !!!"
         }
         "2" "Classic Mod" 
          {
           "1" " Don't Camp ! " "say @ Stop Camping !"
           "2" "Hack=Ban" "say @ Anny kind of hack will get you ban !!"
           "3" "Tell others Places = Gag" "say @ Dont say Others Places !! it s totaly not allwoed !!!"
          "4" "Last Round" "say @ Last Round !!"
          }

and lastly a AMXX menu 

Quote

"7" "AMXX MENU"
{

            "1" "Ban Player" "amx_banmenu"
            "2" "Auto Team bl." "amx_cvar mp_autoteambalance 1"
            "3" "Restart Server" "amx_cvar sv_restartround 1"
                    "4" "Kick Player" "amx_kickmenu" 
            "5" "Slap Player" "amx_slapmenu"
                        "6" "Mod Menu" "amxmodmenu"
                        "7" "Chat Player" "amx_chat"
                        "8" "Amax Cvar" "amx_cvarmenu"

:warning-sign::warning-sign::warning-sign:if you need any specific menu contact me via PM. 

do not forget to save the file in cstrike with name "commandmneu.txt" .

--------------------------------------------------------------------------------------------------

You can use Command Menu Editor to make it easy for you .

530-90_5187e8fdf1e9a.jpg 

Download link.

 

  • I love it 3
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.