Jump to content

Recommended Posts

Posted

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 0

My problem is not my function because if I call directly with:

While 1
   _My_Function()
WEnd

result does work...

PS: I tried HotKeySet in another games and does work but not in game ArmA 2: OA

Posted

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

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...