You are viewing our Forum Archives. To view or take place in current topics click here.
#891. Posted:
Aden
  • Christmas!
Status: Offline
Joined: Jun 26, 201013Year Member
Posts: 1,504
Reputation Power: 70
Status: Offline
Joined: Jun 26, 201013Year Member
Posts: 1,504
Reputation Power: 70
Can someone help me. Im using phoenix v2.1 and im trying to change the action for the lunar lander from pressing X to use/call, to holding X to use/call
#892. Posted:
-Da_MoDDer-
  • TTG Senior
Status: Offline
Joined: Feb 04, 201113Year Member
Posts: 1,039
Reputation Power: 51
Status: Offline
Joined: Feb 04, 201113Year Member
Posts: 1,039
Reputation Power: 51
-Dino wrote
-Da_MoDDer- wrote Im coding my menu and im almost done with it but i have a problem. the lobby types doest show up in the menu and i dont know why please help!

Heres the COde
if (self == get_players()[0] || self.PermLevel == "Admin")
{
self.Title[0] = "Main Menu";
self.MenuNames[0] = [];
self addOption( 0, 0, "Main Modifications", ::NewMenu, 1, "" );
self addOption( 0, 1, "Custom Colors", ::NewMenu, 2, "" );
self addOption( 0, 2, "Visions", ::NewMenu, 3, "" );
self addOption( 0, 3, "Ranks & Unlocks", ::NewMenu, 4, "" );
self addOption( 0, 4, "Purchasable Weapons", ::NewMenu, 5, "" );
self addOption( 0, 5, "Dvar Settings", ::NewMenu, 6, "" );
self addOption( 0, 6, "Zombie Options", ::NewMenu, 7, "" );
self addOption( 0, 7, "Player Menu", ::NewMenu, 8, "" );
self addOption( 0, 8, "Spawnables", ::NewMenu, 9, "" );
self addOption( 0, 9, "Admin/Host Options", ::NewMenu, 10, "" );
if( IsDefined( level.lobby_modded ) )
{
self addOption( 0, 10, "Lobby Types", ::NewMenu, 11, "" );
}
}

make sure this if( IsDefined( level.lobby_modded ) )
is like this if( !IsDefined( level.lobby_modded ) )
i think you tried to have something defined instead of undefined

I just tried and it don't work. Please help!
#893. Posted:
Aden
  • Christmas!
Status: Offline
Joined: Jun 26, 201013Year Member
Posts: 1,504
Reputation Power: 70
Status: Offline
Joined: Jun 26, 201013Year Member
Posts: 1,504
Reputation Power: 70
aden34 wrote Can someone help me. Im using phoenix v2.1 and im trying to change the action for the lunar lander from pressing X to use/call, to holding X to use/call



can anyone help?!?!?!?!?
#894. Posted:
Clox
  • TTG Senior
Status: Offline
Joined: Sep 24, 201112Year Member
Posts: 1,369
Reputation Power: 73
Status: Offline
Joined: Sep 24, 201112Year Member
Posts: 1,369
Reputation Power: 73
nice even though i have no clue on how to code a patch
#895. Posted:
Zahne
  • Blind Luck
Status: Offline
Joined: Feb 28, 201212Year Member
Posts: 1,193
Reputation Power: 2140
Status: Offline
Joined: Feb 28, 201212Year Member
Posts: 1,193
Reputation Power: 2140
do you have the program bunny made for waw?
#896. Posted:
Live1337Host
  • New Member
Status: Offline
Joined: Feb 12, 201212Year Member
Posts: 41
Reputation Power: 1
Status: Offline
Joined: Feb 12, 201212Year Member
Posts: 41
Reputation Power: 1
wow Im Learing How To Code But Still Legit !
#897. Posted:
ExE_iPhone
  • Challenger
Status: Offline
Joined: Dec 18, 201112Year Member
Posts: 168
Reputation Power: 6
Status: Offline
Joined: Dec 18, 201112Year Member
Posts: 168
Reputation Power: 6
OK i have the c3 menu base and i want to edit it a bit to my likings here's what i need help with

-menu on right side
-info box with like 4 lines of text that shows
^^^and this to be editable by customized inside the menu^^^

that's it and it will be highly appreciated
#898. Posted:
DSR_50
  • TTG Senior
Status: Offline
Joined: Aug 13, 201112Year Member
Posts: 1,289
Reputation Power: 64
Status: Offline
Joined: Aug 13, 201112Year Member
Posts: 1,289
Reputation Power: 64
Leeeeeegit thanks


Very leeegit
#899. Posted:
lovehunter
  • New Member
Status: Offline
Joined: Sep 11, 201013Year Member
Posts: 15
Reputation Power: 0
Status: Offline
Joined: Sep 11, 201013Year Member
Posts: 15
Reputation Power: 0
i can infect myself but when i go to private match i loose it all..need help please...
#900. Posted:
jblazexwaveey
  • Junior Member
Status: Offline
Joined: Mar 27, 201212Year Member
Posts: 54
Reputation Power: 2
Status: Offline
Joined: Mar 27, 201212Year Member
Posts: 54
Reputation Power: 2
ok well im trying to mod for the first time here and i was just wondering if you could give me suggestions on like where to start off at.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.