Auto-Scrolling
Verification
Players Menu
self add_MAIN_Menu( <parent>, <child>, <label>, <title> );//If the title isn't defined, the label will take its place.
/*Example*/
self add_MAIN_Menu( "Main", "Acc", "Account Menu" );
self add_MAIN_Function( <menu>, <label>, <action>, <arg>, <response> );//The response is never needed
/*Example*/
self add_MAIN_Function( "Acc", "Say Hi!", ::HiTest, "Hi!" );
HiTest( string )
{
self iPrintLnBold( string );
}
TheFallen - Teaching me alot about Mw2 and for recording
KBrizzle - Original Button Handling
CraigChrist8239 - A Modified Version of KBrizzle's Button Handling & getTrueName() function
EliteMossy - Verification System
Auto-Scrolling
Verification
Players Menu
self add_MAIN_Menu( <parent>, <child>, <label>, <title> );//If the title isn't defined, the label will take its place.
/*Example*/
self add_MAIN_Menu( "Main", "Acc", "Account Menu" );
self add_MAIN_Function( <menu>, <label>, <action>, <arg>, <response> );//The response is never needed
/*Example*/
self add_MAIN_Function( "Acc", "Say Hi!", ::HiTest, "Hi!" );
HiTest( string )
{
self iPrintLnBold( string );
}
TheFallen - Inspiration on all my Mw2 Work and for recording
KBrizzle - Original Button Handling
CraigChrist8239 - A Modified Version of KBrizzle's Button Handling & getTrueName() function
EliteMossy - Verification System
Auto-Scrolling
Verification
Players Menu
self add_MAIN_Menu( <parent>, <child>, <label>, <title> );//If the title isn't defined, the label will take its place.
/*Example*/
self add_MAIN_Menu( "Main", "Acc", "Account Menu" );
self add_MAIN_Function( <menu>, <label>, <action>, <arg>, <response> );//The response is never needed
/*Example*/
self add_MAIN_Function( "Acc", "Say Hi!", ::HiTest, "Hi!" );
HiTest( string )
{
self iPrintLnBold( string );
}
TheFallen - Inspiration on all my Mw2 Work and for recording
KBrizzle - Original Button Handling
CraigChrist8239 - A Modified Version of KBrizzle's Button Handling & getTrueName() function
EliteMossy - Verification System
Copyright © 2025, NextGenUpdate.
All Rights Reserved.