Beiträge von aiMIBlackfox
-
-
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
Alles anzeigen#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
Wäre super wenn mir da jemand helfen könnte 👍