#Include SAMP.ahk
#IfWinActive, GTA:SA:MP;
#UseHook
t::
Suspend On
SendInput t
Hotkey, Enter, On
Hotkey, Escape, On
Hotkey, t, Off
return
NumpadEnter::
Enter::
Suspend Permit
Suspend Off
SendInput {Enter}
Hotkey, t, On
Hotkey, Enter, Off
Hotkey, Escape, Off
return
Escape::
Suspend Permit
Suspend Off
SendInput {Escape}
Hotkey, t, On
Hotkey, Enter, Off
Hotkey, Escape, Off
return
F12::
Suspend
if ( A_IsSuspended )
{
AddChatMessage("{FFFF00}Matsbinder:{FFFFFF} Der Keybinder ist nun {FF0000}ausgeschaltet{FFFFFF}!")
}
if ( !A_IsSuspended )
{
AddChatMessage("{FFFF00}Matsbinder:{FFFFFF} Der Keybinder ist nun {00FF00}eingeschaltet{FFFFFF}!")
}
return
Warum geht der Keybinder ingame nicht?