#IfWinActive, GTA:SA:MP #SingleInstance force #Include API.ahk #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. NumpadDiv:: Suspend return Numpad1:: SendChat("/carlock") Sleep 3000 SendChat("/carlock") return Numpad7:: SendChat("/duty") return !Numpad7:: SendChat("/swatduty") return Numpad6:: SendChat("/accept sapd") return !Numpad1:: SendChat("/carlock") return Numpad2:: SendChat("/licht") return NumpadSub:: SendChat("/mv") return NumpadEnter:: SendChat("/s Sie sind festgenommen") return NumpadAdd:: SendChat("/m ::Hier Spricht das SAPD::") SendChat("/m Allgemein Verkehrskontrolle fahren sie bitte rechts ran.") return !NumpadAdd:: SendChat("/m ::Hier Spricht das SAPD::") SendChat("/m Sie haben WPS fahren sie sofort rechts ran!") return ^!NumpadAdd:: SendChat("/m Sofort stehen bleiben, ansonsten sind wir gezwungen, das Feuer zu eröffnen!") return !Numpad4:: SendChat("/togphone") return Numpad4:: SendChat("/tazer") return !NumpadEnter:: GetZoneName(MyZone) SendChat("/ex Ich benötige dringenst Hilfe in " MyZone "! Meine ID ist "GetPlayerID()".") SendChat("/ex Ich habe noch " GetPlayerHealth() " HP und " GetPlayerArmor() " AP.") return !Numpad2:: GetZoneName(MyZone) SendChat("/w HP: "GetPlayerHealth()" / AP: "GetPlayerArmor()" / Position: "MyZone) return