Ich gehe mal davon aus, dass du die UDF nutzt. Wenn nicht, dann kann ich das nur empfehlen, vor allem für die Probleme die du hast. Dann am besten einfach folgendes komplett rausnehmen:
PHP
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
Alles anzeigen
Und dafür über die Hotkeys:
#If WinActive("GTA:SA:MP") && !isInChat() && !isDialogOpen()
und über die Hotstrings: #If WinActive("GTA:SA:MP") && isInChat() && !isDialogOpen() setzen.