Results 1 to 10 of 14

Thread: Cod2 botzombie mod v+8 Admin menu

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Private Paho's Avatar
    Join Date
    Feb 2014
    Location
    Russia
    Posts
    101
    Thanks
    43
    Thanked 48 Times in 37 Posts
    omg what's problems? edit wm_quickmessages
    execKey "8" { close quickmessage; open yourmenu }
    or
    execKey "8" {close quickmessage;scriptMenuResponse "anybutton"}

    precacheMenu(game["menu_yourmenu"]);
    game["menu_yourmenu"] = "yourmenu";
    if(response == "anybutton")
    {
    if(your if admin)
    self openMenu(game["menu_yourmenu"]);
    }
    Last edited by Paho; 30th April 2016 at 09:33.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •