paul-phoenix/SAMP-UDF-for-AutoHotKey

Crash when trying to open dialog

Closed this issue · 0 comments

I inserted the following 3 lines into SAMP.ahk:

Numpad6::
showDialog(4, "Titel", "Text", "Close")
return

When I press NumPad6, the game crashes most of the time. Sometimes it works, but then crashes if I reload the script or restart the game.