Help With Read Dialog Text

minhduc0904

Member
Joined
Mar 6, 2020
Messages
5
Reaction score
0
Location
Viet Nam
Hi everyone, I am trying to use getDialogText () to get the text but it doesn't work and I don't know where I went wrong. Could you please help me?
This is the code I wrote:
Code:
!9::
#include SAMP.ahk ; Connecting samp udf but I don't know if this is the latest version for samp 0.3dl. This is my samp udf i use: https://github.com/SAMP-UDF/SAMP-UDF-for-AutoHotKey
if (isDialogOpen())
text := getDialogText()
msgbox, %text%
return
 
Last edited:
Top