[AHK] Beim Killzähler wählen mit <zone> oder <kills>...

  • Hey brauche hilfe habe ein Killzähler angefertigt wo man den spruch selber machen kann .. nun denn weiß ich nicht wie ich einstelle das man einstellen kann welche funktionen im zähler seien sollen z.b <zone> oder <kills> im Text wo man den Gangwarkillspruch einstellen kann




    Test:
    ifwinnotactive, GTA:SA:MP
    return
    zone := GetPlayerZone()
    GetChatline(0, ChatLine0)
    GetChatline(1, ChatLine1)
    If (InStr(ChatLine1, "Du hast") AND instr(ChatLine1, "getötet ( +1 EXP)")) AND instr(ChatLine0, "Verbrechen: Mord")
    {
    RegExMatch(ChatLine1 ,"Du hast (.*) (.*) \( \+1 EXP\)\.", killnamed)
    if(AutoKill = 1)
    IniRead, Kills, options.ini, Optionen, Kills
    Kills = %Kills%
    Kills++
    Iniwrite, %Kills%, options.ini, Optionen, Kills
    sleep 100
    Sendchat("/g " GangwarkillSpruch " in " zone " - Kill Nr. " Kills "")
    }
    return


    kann mir jemand helfen?...

  • Beitrag von Stahlos ()

    Dieser Beitrag wurde gelöscht, Informationen über den Löschvorgang sind nicht verfügbar.
  • Soll ich mein gui posten=? iniread, Autokill, options.ini, Optionen, Autokill
    iniread, AutoDeath, options.ini, Optionen, AutoDeath
    iniread, gangwarkillSpruch, options.ini, Sprüche, Gangwarkillspruch
    iniread, gangwartodspruch, options.ini, Sprüche, Gangwartodspruch


    Gui, 1: Show, w700 h500, Keybinder von staN.Bull | %version%
    Gui, Add, Checkbox, vAutoKill Checked%AutoKill%, Automatisch Gangwarkill senden?
    Gui, Add, Checkbox, vAutoDeath Checked%AutoDeath%, Automatisch Gangwartods senden?
    Gui, Add, Text, x200 y5 ,• Herzlich willkommen beim Keybinder von staN.Bull.`n• /kinfo für Hilfe`n`n• SAMP UDF R11`n• Code von staN.Bull
    Gui, Add, Text, x5 y175, GangwarkillSpruch:
    Gui, Add, Text, x5 y145, Gangwartodspruch:
    Gui, Add, Text, x5 y205 vGspruch w500,
    Gui, Add, Edit, x100 y170 vGangwarkillspruch h22 w290, %GangwarkillSpruch%
    Gui, Add, Edit, x100 y170 vGangwartodspruch h22 y140 w290, %GangwartodSpruch%
    Gui, Add, Button,x50 y230 gSpeichern, Speichern
    Gui, Add, Text, x115 y230, Updates folgen!
    Gui, Show, h270 w500
    return


    Speichern:
    Gui, Submit, Nohide
    iniwrite, %AutoKill%, options.ini, Optionen, AutoKill
    iniwrite, %AutoDeath%, options.ini, Optionen, AutoDeath
    iniwrite, %Gangwarkillspruch%, options.ini, Sprüche, Gangwarkillspruch
    iniwrite, %Gangwartodspruch%, options.ini, Sprüche, Gangwartodspruch
    GuiControl, ,Gspruch, Gangwarkillspruch: /g %Gangwarkillspruch%
    GuiControl, ,Gspruch2, Gangwartodspruch: /g %Gangwartodspruch%
    Traytip, Bull Keybinder, Gespeichert!!!, 3 , 1

  • Wenn du keine Ahnung von AHK hast, dann lass es bitte sein.
    Das hier soll ein Keybinder von German-Crimetime ==> User: staN.Bull


    Hör auf Dinge zu Copy&Pasten, dabei lernst du nichts.


    Mfg