C
#SingleInstance Force
#IfWinActive GTA:SA:MP
#SingleInstance force
#UseHook
#Persistent
#include API.ahk
#include API.dll
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
3::
SendChat("Hi")
AddChatMessage("{FFFF00}Keybinder:{FFFFFF} Du bist nun im Admindienst.")
return
Alles anzeigen
Er zeigt das nicht an.
Könnten sie mir auch die Neuste API Version zeigen also 0.3Z