GTA SA MP

Ask gaming related questions (AHK v1.1 and older)
User avatar
boiler
Posts: 16926
Joined: 21 Dec 2014, 02:44

Re: GTA SA MP

Post by boiler » 04 Oct 2022, 15:49

3cvb5cvb wrote: no , can't free up the PC like do something else.
I'm asking about the version with the ControlSend commands. If it is sending those keys to it, then it would be freeing it up to do something else. Is it sending what you expect?

3cvb5cvb wrote:
04 Oct 2022, 14:57

Code: Select all

#MaxThreadsPerHotkey 2
should be put befor toggle ?
By "top of your scirpt", I mean before everything. Very first line.

3cvb5cvb
Posts: 16
Joined: 03 Oct 2022, 10:25

Re: GTA SA MP

Post by 3cvb5cvb » 06 Oct 2022, 04:46

no , it dosen't work well. if i click the game and start the script, it works well, but if click the mouse on something else it stops moving my character, but still press the keys . Like, i left open the game chat and i saw how it writes or presses those characters, but if i'm in another window ex google chrome or something else, it will not move my character. i don't know how to explain it better.

User avatar
boiler
Posts: 16926
Joined: 21 Dec 2014, 02:44

Re: GTA SA MP

Post by boiler » 06 Oct 2022, 04:52

It could be that they programmed it that the window must be the active window to respond to keystrokes.

3cvb5cvb
Posts: 16
Joined: 03 Oct 2022, 10:25

Re: GTA SA MP

Post by 3cvb5cvb » 06 Oct 2022, 04:59

active in what sense ?
Also want to say that i didn't put that

Code: Select all

#MaxThreadsPerHotkey 2
yet.

3cvb5cvb
Posts: 16
Joined: 03 Oct 2022, 10:25

Re: GTA SA MP

Post by 3cvb5cvb » 06 Oct 2022, 05:02

Can i make some information to apear on screen if it's working or not ?
And also, when i stop the script i had to close it and run it again to be abel to start . how can that be fixed ?

User avatar
boiler
Posts: 16926
Joined: 21 Dec 2014, 02:44

Re: GTA SA MP

Post by boiler » 06 Oct 2022, 05:11

3cvb5cvb wrote: active in what sense ?
Active meaning it’s the window that has focus like when you are playing the game and pressing the keys yourself. Not all applications will respond to ControlSend when they are not the active window or at all.

3cvb5cvb wrote: Also want to say that i didn't put that

Code: Select all

#MaxThreadsPerHotkey 2
yet.
Seems odd since it’s so easy to do and there is no reason to leave it out. It took more effort for you to tell me you left it out than to just add it.

3cvb5cvb wrote: Can i make some information to apear on screen if it's working or not ?
And also, when i stop the script i had to close it and run it again to be abel to start . how can that be fixed ?
Why do any of this? You already found that it doesn’t work with this window, so all this is moot.

3cvb5cvb
Posts: 16
Joined: 03 Oct 2022, 10:25

Re: GTA SA MP

Post by 3cvb5cvb » 06 Oct 2022, 05:21

you are right. my answers were answered and this topic can be closed or deleted. thanks so much boiler.

Post Reply

Return to “Gaming Help (v1)”