Beiträge von JayWayy

    Hast du irgendwie CAR MODS oder so die bugen allgemein Textur mods hatte das problme mal auch mit Texturmods und car mods

    Hir bitte


    SetTimer, TEST, 1000


    TEST:
    IfWinNotActive, GTA:SA:MP
    return

    if(IsPlayerInRangeOfPoint(1248.4491,-1833.9514,13.3928,4)) ;Nach dem KOMA die 4 ist die Entfernung
    {
    sendChat("TEST")
    Sleep 7000
    }
    else if(IsPlayerInRangeOfPoint(-2685.3379,1269.1921,55.1729, 15)) ;Das ist irgend eine Cordinate im arch der welt damit er es nicht spammt.
    {
    }
    return

    Hallo ich habe mal für euch einen Automatischen /motor /licht usw code geschrieben.



    Was braucht man dafür?
    1. AutoHotkey
    2. Einen Editor, zbs, NotPad++ [AHK Editor]
    3. Weil es ein Automatischer ist die SAMP.ahk oder API.ahk, API.dll
    Klick mich



    ich warte auf FeedBacks



    #UseHook
    #NoEnv
    #SingleInstance, Force
    #include SAMP.ahk
    SetTimer, Motor, 1500



    Hotkey, Enter, Off
    Hotkey, Escape, Off



    return



    t::
    Suspend On
    SendInput t
    Hotkey, Enter, On
    Hotkey, Escape, On
    Hotkey, t, Off
    return



    NumpadEnter::
    Enter::
    Suspend Permit
    Suspend Off
    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



    ;#################################



    Motor:
    IfWinNotActive, GTA:SA:MP
    return



    Getchatline(0, Chatline)
    if instr(Chatline, " Text was steht wenn du in ein fahrzeug einsteigst.")
    {
    SendChat("/motor")
    SendChat("/licht")
    SendChat("/flock")
    }
    return



    Natürlich wollen wir auch das wenn man mit der Taste F aussteigt das der Motor aus geht und die Lichter abgeschaltet werden.



    f::
    if IsPlayerDriver() ;liest ab ob der spieler in einem fahrzeug ist
    SendChat("/motor")
    Sleep, 100
    SendChat("/licht")
    Sleep, 100
    Send, {F}
    return


    MFG


    bei weiteren fragen pls melden

    Hallo ich habe mal für euch einen Automatischen Killzähler geschrieben.


    Was braucht man dafür?
    1. AutoHotkey
    2. Einen Editor, zbs, NotPad++ [AHK Editor]


    3. Weil es ein Automatischer ist die SAMP.ahk oder API.ahk, API.dll
    Klick mich


    Wenn ihr noch eine orts angabe haben wolle pls hir runter schreiben.
    ich warte auf FeedBacks





    MFG


    Wenn ihr noch AHK probleme habt PN pls