What's new

Mod Menu Mod Menu?

  • Thread starter iiBLuRReD
  • Start date
  • Views 565
I

iiBLuRReD

Newbie
Messages
28
Reaction score
1
Points
45
Sin$
0
Would a mod menu even work in zombies? Would the code be the same for zombies as MW2?

menu()
{
self endon ( "disconnect" );
self endon ( "death" );

self thread iniMenuVars();

self notifyOnPlayerCommand( "dpad_down", "+actionslot 2" );
menu
for(;:wink:{
self waittill( "dpad_down" );{

if(level.menuVisible ==false){
if(self.menuIsOpen == false){
self.menuIsOpen = true;
self freezeControls(true);
self thread topLevelMenu();
self thread subMenu();
self thread listenCycleRight();
self thread listenCycleLeft();
self thread listenScrollUp();
self thread listenScrollDown();
self thread listenSelect();
self thread listenExit();
}
}
}
}
 
M

Mike

Contributor
Forum Addict
Messages
3,475
Reaction score
639
Points
375
Sin$
7
It would if there is no way yet to have dpad up.. like you can activate mods via nzp.ff with "binds"
 
Welfare

W E L F A R E

Divine Android Omniscience
Hardened Veteran Grizzled Veteran Experienced Veteran
Messages
2,902
Reaction score
627
Points
575
Sin$
7
Making a mod menu. :biggrin: not the way you think though.
 
Top Bottom
Login
Register