You are viewing our Forum Archives. To view or take place in current topics click here.
[HELP] Need help with something! (Mod Menu) (Noob question)
Posted:
[HELP] Need help with something! (Mod Menu) (Noob question)Posted:
Status: Offline
Joined: Nov 18, 201212Year Member
Posts: 75
Reputation Power: 2
Status: Offline
Joined: Nov 18, 201212Year Member
Posts: 75
Reputation Power: 2
So Basically I have this menu base I downloaded but i can only seem to add one option for that whole section of the menu?
Code:
self addOpt( "Sub1", "Menu 1", "Level 70;Option;Option", "Main" );
This is the actual text we see in menu
Code:
self addFunc( "Sub1", ::Level70, "");
This is what the guy said to add for an option
So I have this and it works
Code:
Level70()
{
self thread progressBar( 1, "^0Setting Rank" );
self setPlayerData( "experience", 2516900 );
self thread INFOTEXT( "You Are Now Level 70!", "Back out and prestige", "Wait for an invite back!" );
}
Anyway.. I cant add another option.. E.g.
self addOpt( "Sub1", "Menu 1", "Level 70;ADD SOMETHING HERE;Option", "Main" );
But I dont know what to do with this part
self addFunc( "Sub1", ::Level70, ::TRIED THIS, "");
+++
TRIEDTHIS()
{
Blah
}
So can anyone help me? As you can see im a n00b :p
Thanks -T7Amaazee
Code:
self addOpt( "Sub1", "Menu 1", "Level 70;Option;Option", "Main" );
This is the actual text we see in menu
Code:
self addFunc( "Sub1", ::Level70, "");
This is what the guy said to add for an option
So I have this and it works
Code:
Level70()
{
self thread progressBar( 1, "^0Setting Rank" );
self setPlayerData( "experience", 2516900 );
self thread INFOTEXT( "You Are Now Level 70!", "Back out and prestige", "Wait for an invite back!" );
}
Anyway.. I cant add another option.. E.g.
self addOpt( "Sub1", "Menu 1", "Level 70;ADD SOMETHING HERE;Option", "Main" );
But I dont know what to do with this part
self addFunc( "Sub1", ::Level70, ::TRIED THIS, "");
+++
TRIEDTHIS()
{
Blah
}
So can anyone help me? As you can see im a n00b :p
Thanks -T7Amaazee
You are viewing our Forum Archives. To view or take place in current topics click here.