You are viewing our Forum Archives. To view or take place in current topics click here.
#891. Posted:
Status: Offline
Joined: Jun 26, 201014Year 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
- 0useful
- 0not useful
#892. Posted:
Status: Offline
Joined: Feb 04, 201113Year Member
Posts: 1,040
Reputation Power: 52
Status: Offline
Joined: Feb 04, 201113Year Member
Posts: 1,040
Reputation Power: 52
-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 COdeif (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!
- 0useful
- 0not useful
#893. Posted:
Status: Offline
Joined: Jun 26, 201014Year 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?!?!?!?!?
- 0useful
- 0not useful
#894. Posted:
Status: Offline
Joined: Sep 24, 201113Year Member
Posts: 1,369
Reputation Power: 73
nice even though i have no clue on how to code a patch
- 0useful
- 0not useful
#895. Posted:
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?
- 0useful
- 0not useful
#896. Posted:
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 !
- 0useful
- 0not useful
#897. Posted:
Status: Offline
Joined: Dec 18, 201113Year Member
Posts: 168
Reputation Power: 6
Status: Offline
Joined: Dec 18, 201113Year 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
-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
- 0useful
- 0not useful
#898. Posted:
Status: Offline
Joined: Aug 13, 201113Year Member
Posts: 1,289
Reputation Power: 64
Status: Offline
Joined: Aug 13, 201113Year Member
Posts: 1,289
Reputation Power: 64
Leeeeeegit thanks
Very leeegit
Very leeegit
- 0useful
- 0not useful
#899. Posted:
Status: Offline
Joined: Sep 11, 201014Year Member
Posts: 15
Reputation Power: 0
Status: Offline
Joined: Sep 11, 201014Year Member
Posts: 15
Reputation Power: 0
i can infect myself but when i go to private match i loose it all..need help please...
- 0useful
- 0not useful
#900. Posted:
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.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.