AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Custom menu (https://forums.alliedmods.net/showthread.php?t=181440)

Taz30 03-29-2012 07:21

Custom menu
 
Hello with all,

I come towards you, because I do not arrive at custom my menu admin.

I would like to add the orders to add the boss in hallowwen mode in my menu but that does not function.

Here what I have make :

Code:

"Commands"
{
  "ServerCommands" //Name this whatever you like
    {
      "Spawn des boss" //Name this whatever you like
        {
            "Cavalier sans tête"
              {
                  "cmd"            "sm_horsemann"
                  "execute"        "server"
                  "admin"          "sm_ban"
              }
            "Monoculus"
              {
                  "cmd"            "sm_eyeboss 2"
                  "execute"        "server"
                  "admin"          "sm_ban"
              }
        }
    }
}

Can you say to me what does not go ?

Thank you.

Bacardi 03-29-2012 08:09

Re: Custom menu
 
here...
Spoiler

Taz30 03-29-2012 09:01

Re: Custom menu
 
Thank's it's good !!!!


All times are GMT -4. The time now is 21:56.

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