View Full Version : Cod2 botzombie mod v+8 Admin menu
pekszon
29th April 2016, 19:30
Hello! Please notice that the v +8 botzombi CoD2-as button I would like an admin menu.
Someone help please
milepunta
30th April 2016, 02:20
Stop using google translate -.-
Paho
30th April 2016, 10:29
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"]);
}
Mitch
30th April 2016, 11:33
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..
if(your if admin)
IzNoGoD
30th April 2016, 12:39
if(/*your if(admin) goes here*/)
pekszon
30th April 2016, 14:04
The ui_mp / scriptmenus should produce an admin menu menu file format inside this folder .
Someone make me one - in?
IzNoGoD
30th April 2016, 14:44
You have a few options here:
1 - Learn how to code .menu files
2 - Adapt an existing .menu file
3 - Copy paste (steal) one from an existing mod, as they're clientside.
pekszon
30th April 2016, 15:08
if most of the items you link to my file of ui_mp you gonna do for me?
pekszon
30th April 2016, 18:34
iznogood help please
IzNoGoD
1st May 2016, 11:52
learn2english
pekszon
1st May 2016, 12:33
I'm google translate. I'm no english sorry
YuriJurek
1st May 2016, 14:34
I'm google translate. I'm no english sorry
BEST THING I HAVE SEEN SO FAR xD
This is epic ahahahah
pekszon
1st May 2016, 14:39
cod2 botzombie mod admin menu scriptmenuresponse 8 please.
Admin menu
milepunta
1st May 2016, 17:10
I'm google translate. I'm no english sorry
Hahahaha :D
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.