From d071cf5aed2ca028f072d15d8cba3d61ac8015f6 Mon Sep 17 00:00:00 2001 From: Lukas Moungos Date: Sun, 1 Dec 2019 17:07:45 +0100 Subject: [PATCH] fix --- ReallifeGamemode.Client/util/Gangwar.ts | 3 +++ 1 file changed, 3 insertions(+) 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;