diff --git a/ReallifeGamemode.Client/util/Gangwar.ts b/ReallifeGamemode.Client/util/Gangwar.ts index dbe8ee5d..3ba14b8b 100644 --- a/ReallifeGamemode.Client/util/Gangwar.ts +++ b/ReallifeGamemode.Client/util/Gangwar.ts @@ -102,6 +102,9 @@ } } + scoreUpdate(attackerScore, defenderScore) { + mp.gui.chat.push(this.owner + " " + defenderScore + " : " + attackerScore + " " + this.attacker); + } loadArea() { var self = this;