GTA-SA (SAMP) Online [BLINKER]

Stelle Fragen zur Automatisierung von Spielen

Moderator: jNizM

aiMIBlackfox
Posts: 1
Joined: 24 Apr 2021, 21:54

GTA-SA (SAMP) Online [BLINKER]

24 Apr 2021, 22:06

Ich habe ein Problem. "GTA.SAMP" - GTA-SA Multiplayer

Script ist soweit ok aber manchmal bugt der Blinker selbst wenn ich nichts mehr drücke blinkt er manchmal trotzdem weiter

Code: Select all

#IfWinActive GTA:SA:MP
#NoEnv
#SingleInstance force
#MaxThreads 1

~$F9::
Suspend
if (A_IsSuspended)
{
SendInput T("Blinker Deaktiviert"){enter}                             <--------(KANN AUCH GEÄNDERT WERDEN)
}
if (!A_IsSuspended)
{
SendInput T("Blinker Aktiviert"){enter}
}return
 
~a::
    KeyWait, a, T0.30
    If ErrorLevel {
        SendInput, {a up}
        SendInput, {z down}
        KeyWait, a, T0.03
        If ErrorLevel
            SendInput, {a down}
        SendInput, {z up}
        Sleep, 1100
        KeyWait, a
        SendInput, {z down}
        Sleep, 70
        SendInput, {z up}
        Sleep, 1100
    }
Return
 
~d::
    KeyWait, d, T0.30
    If ErrorLevel {
        SendInput, {d up}
        SendInput, {n down}
        KeyWait, d, T0.03
        If ErrorLevel
            SendInput, {d down}
        SendInput, {n up}
        Sleep, 1100
        KeyWait, d
        SendInput, {n down}
        Sleep, 70
        SendInput, {n up}
        Sleep, 1100
    }
Return
[Mod edit: [code][/code] tags added.]

Return to “Spiele”

Who is online

Users browsing this forum: No registered users and 59 guests