Keybinder schreibt sein Text nicht Ingame

  • Hallo.


    ich habe meinen Keybinder gescriptet doch es kommen keine Errors aber er geht nicht.


    (Warum schreibt er nicht?)



    NumpadAdd::
    SendInput t/smokeweed {enter}
    return


    Numpad0::
    SendInput t/gate {enter}
    return


    Numpad1::
    SendInput t/togblip {enter}
    return


    Numpad2::
    SendInput t/loadweapons {wait}
    return


    Numpad3::
    SendInput t/unloadweapons {enter}
    return


    Numpad4::
    SendInput tIch starte den Countdown!
    sleep 1000
    SendInput t>>>3<<< {enter}
    sleep 1000
    SendInput t>>>2<<< {enter}
    sleep 1000
    SendInput t>>>1<<< {enter}
    sleep 500
    SendInput t>>>GO,GO,GO<<< {enter}
    return



    Hier ist nochmal der ganze Script:



    version = 1.0


    Gui, Add, Picture, x-8 y-1 w590 h420 , %A_ScriptDir%/Bilder/Hintergrund.jpg
    Gui, Add, Button, x2 y9 w130 h40 gKeybinder, Keybinder
    Gui, Add, Button, x142 y9 w130 h40 gProblem, Bugs/Probs
    Gui, Add, Button, x282 y9 w130 h40 gCKCS, CK Huds
    Gui, Add, Button, x422 y9 w130 h40 gGuiClose, Exit
    Gui, Add, Progress, x-8 y89 w580 h10 , 100
    Gui, Add, Text, x2 y209 w60 h20 , Ersteller:
    Gui, Add, Text, x72 y209 w100 h20 , xFreak / Manzey
    Gui, Add, Text, x2 y239 w60 h20 , Idee:
    Gui, Add, Text, x72 y239 w100 h20 , Cali Kartell
    Gui, Font, S8 CDefault, Verdana
    Gui, Add, GroupBox, x2 y189 w250 h80 , Ersteller/Idee des Keybinder
    Gui, Add, GroupBox, x2 y279 w250 h90 , Version/Systeme
    Gui, Font, S10 CDefault, Verdana
    Gui, Add, Text, x2 y299 w250 h20 , VERSION: 1.0
    Gui, Add, Text, x2 y329 w250 h20 , API Killzähler (Automatisch)
    Gui, Add, Text, x2 y349 w250 h20 , API Todeszähler (Automatisch)
    Gui, Add, Progress, x272 y99 w10 h320 , 100
    Gui, Font, S25 CDefault, Verdana
    Gui, Add, Text, x282 y99 w280 h40 , Feinde Liste
    Gui, Font, S15 CDefault, Verdana
    Gui, Add, Edit, x282 y139 w280 h280 , Rein schreibbar
    Gui, Font, S8 CDefault, Verdana
    Gui, Add, Button, x2 y379 w110 h20 gForumAL, Forum
    Gui, Add, Button, x122 y379 w110 h20 gCPAL, CP
    Gui, Show, w565 h420, Cali Kartell Keybinder %version%
    return



    Keybinder:
    Gui, 2: Add, Picture, x-8 y-1 w590 h240 , %A_ScriptDir%/Bilder/Keybinder.PNG
    Gui, 2: Show, w583 h242, Keybinder
    return


    Problem:
    Run, http://forum.gta-life.de/index.php?user/4251-xfreak/
    return


    CKCS:
    Run, http://crosshairs.cali-kartell.de/
    return


    ForumAL:
    Run, http://forum.gta-life.de/
    return


    CPAL:
    Run, http://gta-life.de/
    return



    Gui, +lastfound
    Gui, Show, x131 y91 h612 w637,
    return
    GuiClose:
    ExitApp


    #IfWinActive, GTA:SA:MP
    #UseHook
    #SingLeInstance, Force


    +T::
    ~t::
    Suspend on
    Hotkey, enter, on
    Hotkey, Escape, on
    Hotkey, t, off


    ~NumpadEnter::
    ~Enter::
    Suspend Permit
    Suspend on
    Hotkey, t, on
    Hotkey, Enter, Off
    Hotkey, Escape, Off


    ~Escape::
    Suspend Permit
    Suspend off
    Hotkey, t, on
    Hotkey, Enter, off
    Hotkey, Enter, off
    return


    -----------------------------------------------
    NumpadAdd::
    SendInput t/smokeweed {enter}
    return


    Numpad0::
    SendInput t/gate {enter}
    return


    Numpad1::
    SendInput t/togblip {enter}
    return


    Numpad2::
    SendInput t/loadweapons {wait}
    return


    Numpad3::
    SendInput t/unloadweapons {enter}
    return


    Numpad4::
    SendInput tIch starte den Countdown!
    sleep 1000
    SendInput t>>>3<<< {enter}
    sleep 1000
    SendInput t>>>2<<< {enter}
    sleep 1000
    SendInput t>>>1<<< {enter}
    sleep 500
    SendInput t>>>GO,GO,GO<<< {enter}
    return