SA-MP Forums Archive
Autohotkey Help? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Autohotkey Help? (/showthread.php?tid=437821)



Autohotkey Help? - JanZ - 17.05.2013

So, I read some tutorials on ****** explaining how to use the Auto Hot Key and script it. I made a simple /me command consisting of;

^n:: SendInput t/me smiles. {enter}

So the button to activate it should be 'CTRL+N', I tried it on ******, search bar, it works fine. But when I try to use it IG, in SA:MP, doesn't works? Nothing shows up, nor appear.


Re: Autohotkey Help? - marshallbrown - 17.05.2013

Try right clicking on it and select "Reload Script"
Or try this script,
[qoute]
^n::
SendInput t/me smiles.{enter}
return
[/qoute]


Re: Autohotkey Help? - RvGamers - 17.05.2013

What Marshall said, reload the script. Introducing line breaks though wouldn't have any effect in my experience and knowledge.


Re: Autohotkey Help? - JanZ - 17.05.2013

I don't see any option for ''reload script'', probably because I am using Authotkey_L, which doesn't have that function? Should I try Marshall's format?


Re: Autohotkey Help? - Potassium - 18.05.2013

Why don't you use an in-game keybinder? There are ones made specifically for SA-MP. I use this: https://www.******.com.au/search?q=u...hrome&ie=UTF-8

I don't know which link I got it from though so that's why I didn't link directly to a download site.


Re: Autohotkey Help? - TRPDemon - 18.05.2013

Quote:
Originally Posted by Potassium
Посмотреть сообщение
Why don't you use an in-game keybinder? There are ones made specifically for SA-MP. I use this: https://www.******.com.au/search?q=u...hrome&ie=UTF-8

I don't know which link I got it from though so that's why I didn't link directly to a download site.
^ This


Re: Autohotkey Help? - JanZ - 18.05.2013

Quote:
Originally Posted by Potassium
Посмотреть сообщение
Why don't you use an in-game keybinder? There are ones made specifically for SA-MP. I use this: https://www.******.com.au/search?q=u...hrome&ie=UTF-8

I don't know which link I got it from though so that's why I didn't link directly to a download site.
Mhm, I'll try this, thanks for pointing it out!