Thread: Custom menu
View Single Post
Author Message
Taz30
Member
Join Date: Feb 2012
Old 03-29-2012 , 07:21   Custom menu
Reply With Quote #1

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.
Taz30 is offline