冰楓論壇
標題:
GTA5 <1.37> 線上多選單作弊外掛 (原始碼) 分享 - 自訂一個GTA5外掛吧
[打印本頁]
作者:
WeChat
時間:
2017-1-15 21:47
標題:
GTA5 <1.37> 線上多選單作弊外掛 (原始碼) 分享 - 自訂一個GTA5外掛吧
2017-1-15 21:47 上傳
下載附件
(72.39 KB)
Adding a new submenu
Menu::MenuOption("Test Menu", "test_menu");
if (Menu::currentMenu("test_menu")) {
// your menu contents
}
複製代碼
Adding an option
if (Menu::Option("Example Option")) {
// run option code here
}
複製代碼
Adding a bool option
Menu::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
}
複製代碼
下載
歡迎光臨 冰楓論壇 (https://bingfong.com/)
Powered by 冰楓