diff --git a/ReallifeGamemode.Client/admin/anticheat.ts b/ReallifeGamemode.Client/admin/anticheat.ts index 6694eb2d..85ae5eb1 100644 --- a/ReallifeGamemode.Client/admin/anticheat.ts +++ b/ReallifeGamemode.Client/admin/anticheat.ts @@ -17,7 +17,12 @@ 2343591895, 3638508604, 1737195953, - 4024951519 + -270015777, + 911657153, + -1716589765, + -2084633992, + -1075685676, + -1786099057 ] mp.events.add("playerJoin", () => { @@ -144,7 +149,8 @@ } } checkWeaponhash() { - let h = this.weapon + let h = this.weapon; + mp.gui.chat.push("weapon shoot = " + h); if (allowedWeaponHashes.indexOf(h) === -1) { return true }