So sollte das ganze funktionieren!
C
Killzähler:
name := getUsername()
zone := getPlayerZone()
city := getPlayerCity()
GetChatLine(1, Chatline1)
GetChatLine(0, Chatline2)
if(InStr(Chatline2, "Du hast ein Verbrechen begangen ( Mord ). Reporter: Niemand")){
IniRead, Kills, Keybinder.ini, Killzähler, Kills
Kills = %Kills%
Kills++
IniWrite, %Kills%, Keybinder.ini, Killzähler, Kills
SendChat("Dein Tötungsspruch!")
AddChatMessage("{2EFE2E}+1 Kill {66ccff}Du hast jetzt bereits " Kills " Kills! ")
}
return
Alles anzeigen