cppcpp1 Posted December 27, 2012 Posted December 27, 2012 Hello,I need support because I didn't find how to active binds key in game ArmA 2: OA with function HotKeySet!I tried with:HotKeySet("{F1}", "_My_Function") ; F1 HotKeySet("{a}", "_My_Function") ; a HotKeySet("{!a}", "_My_Function") ; ALT+a HotKeySet("{+a}", "_My_Function") ; SHIFT+a HotKeySet("{NUMPAD0}", "_My_Function") ; Numpad 0My problem is not my function because if I call directly with:While 1 _My_Function() WEndresult does work...PS: I tried HotKeySet in another games and does work but not in game ArmA 2: OA
shaqan Posted December 27, 2012 Posted December 27, 2012 You wont be getting any help from here if you need it for automating a game. Forum rules.
water Posted December 27, 2012 Posted December 27, 2012 Shaqan is correct. Game automation isn't allowed here. Please carefully read the forum rules. The link can be found on the lower right corner of this page. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Recommended Posts