WeChat 發表於 2017-1-15 21:47:22

GTA5 <1.37> 線上多選單作弊外掛 (原始碼) 分享 - 自訂一個GTA5外掛吧



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 toggle
if (Menu::BoolOption("Example Bool Option", &testBool)) {
    // run code here
}下載
**** Hidden Message *****
頁: [1]
查看完整版本: GTA5 <1.37> 線上多選單作弊外掛 (原始碼) 分享 - 自訂一個GTA5外掛吧