Dire Origin Base Downloads › Other FPS Games › Grand Theft Auto › Grand Theft Auto V Kategorie: Sourcecode Entwickler: Dire Hochgeladen von: System Hinzugefügt am: Do 19. Jan 2017, 15:38 System: Windows Download (1.38 MB) VirusTotal Ergebnis: 0/54 Download (1.38 MB) Beschreibung Bei Problemen mit einem Hack hilftein Blick in die FAQ! CPP Code://Adding a new submenuMenu::MenuOption("Test Menu", "test_menu"); if (Menu::currentMenu("test_menu")) { // your menu contents} //Adding an optionif (Menu::Option("Example Option")) { // run option code here} //Adding a bool optionMenu::BoolOption("Example Bool Option", &testBool); // if you want it to run code at same time of toggleif (Menu::BoolOption("Example Bool Option", &testBool)) { // run code here} Download Dire Origin Base