What's new

Shortkeys for appearance?

Status
Not open for further replies.

iGetty

Banned
Joined
Feb 25, 2011
Messages
870
Location
UK
Fleur said:
James_Small said:
Fleur said:
Code:
!W:: 
{
SendInput t/do "Insert 1st line here"{enter}
SendInput t/do "Insert 2nd line here"{enter}
return
}
There, so you only have to press ALT+W to activate two /do's.
If you have any other things you need help with, PM me okay?

Fleur, wouldn't this be a bad key mix? As for if you want to walk with your character, you may spam the chat box?
No, because it isn't W that triggers the keybind -- it's ALT+W.
AHK reads exclamation marks (!) as ALT.

Hmm, I mean as in, the default key to walk on GTA is ALT, and W together, correct me again if I'm wrong please :3
 

Fleur

Retired Admin
Joined
Dec 29, 2010
Messages
2,478
Becca said:
Thanks everyone!
I have tried both Chaos and AHK out, and Chaos doesn't seem to work for me.. I am currently trying AHK

Fleur said:
I could make you an AHK script if you send me your description if you want ^^

Thank you! I have already made a /do for my characters appearance, 2 exactly because it won't all fit on one line, I followed your guide on your thread about AHK, yet it doesn't seem to work. I'm sure I've done it right with !W::SendInput t/do and !Q::SendInput t/do at the beginning of what I want it to say.. Yet when I try it out in game, it doesn't seem to work
suspect.gif
I used Becca's example for it.
 

Romank

Donator
Joined
Jan 23, 2011
Messages
2,847
I just suggest using 1234567890-=F1F2F3F9F10F11F12 for keybinds.
 

Fleur

Retired Admin
Joined
Dec 29, 2010
Messages
2,478
Braxton said:
Or you can simply set it by /appearance and use /describe...
Her description is two lines long, a feature /appearance and /describe lacks.
 

alien

Retired Admin
Joined
May 4, 2011
Messages
4,285
Thanks for your suggestions everyone! :)

Fleur said:
Code:
!W:: 
{
SendInput t/do "Insert 1st line here"{enter}
SendInput t/do "Insert 2nd line here"{enter}
return
}
There, so you only have to press ALT+W to activate two /do's.
If you have any other things you need help with, PM me okay?

I tried this, yet It still doesn't seem to work when i press ALT+W
I copied and pasted all you put but obviously I changed "Insert 1st/2nd line here" with my description, but it doesn't appear in the chat box D:

I may try what @Roman_Keskov suggested and use those keybinds instead :D
 
Status
Not open for further replies.
Top