Code
Gangfightzähler:
zone := getPlayerZone()
city := getPlayerCity()
IniRead, Gangfightkills, Keybinder.ini, Gangfightzähler, Gangfightkills
GetChatLine(1, Chatline2)
if(InStr(Chatline2,"Gangwar-Info : Du hast Michael.Scofield in Gangwar getötet! (Mats-Bonus: )")){
Gangfightzähler = %Gangfightzähler%
Gangfightzähler++
IniWrite, %Gangfightkills%, Keybinder.ini, Gangfightzähler, Gangfightkills
}
{
Sendchat("/f +1 Kill in " zone " (" city "), Aktuelle Gangfightkills: " Gangfightkills "")
}
return
Alles anzeigen
Weiß jemand wo mein Fehler liegt? Der spamt den ganzen Chat voll.