Mein Code:
- Killzähler:
- GetChatLine(1, line)
- GetChatLine(0, line1)
- if(InStr(line, "* Du hast den Spieler"))
- {
- IniRead, Kills, Settings.ini, Optionen, Kills, 0
- Kills++
- IniWrite, %Kills%, Settings.ini, Optionen, Kills
- SendChat("/f Kleinen Moment noch.. die Killnachricht kommt sofort!")
- SendChat("/f » [EXP]Du erhälst 100 Erfahrungspunkte « - Kill-Nr. " Kills " ")
- }
- return