冰楓論壇

標題: GTA5 <1.37> 線上多選單作弊外掛 (原始碼) 分享 - 自訂一個GTA5外掛吧 [打印本頁]

作者: WeChat    時間: 2017-1-15 21:47
標題: GTA5 <1.37> 線上多選單作弊外掛 (原始碼) 分享 - 自訂一個GTA5外掛吧
12334pt.jpg

Adding a new submenu
  1. Menu::MenuOption("Test Menu", "test_menu");

  2. if (Menu::currentMenu("test_menu")) {
  3.     // your menu contents
  4. }
複製代碼
Adding an option
  1. if (Menu::Option("Example Option")) {
  2.     // run option code here
  3. }
複製代碼
Adding a bool option
  1. Menu::BoolOption("Example Bool Option", &testBool);

  2. // if you want it to run code at same time of toggle
  3. if (Menu::BoolOption("Example Bool Option", &testBool)) {
  4.     // run code here
  5. }
複製代碼
下載






歡迎光臨 冰楓論壇 (https://bingfong.com/) Powered by 冰楓