Results 1 to 10 of 14

Thread: Cod2 botzombie mod v+8 Admin menu

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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.

  2. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by Paho View Post
    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"]);
    }
    Not using code or php bbcodes?
    Or a proper code example..
    PHP Code:
    if(your if admin
    Last edited by Mitch; 30th April 2016 at 10:38.

  3. #3
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    PHP Code:
    if(/*your if(admin) goes here*/
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

Posting Permissions

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