v1.3.3: префикс [CUSTOM ROUNDS] жёлтым цветом

This commit is contained in:
deidara
2026-05-01 18:59:09 +03:00
parent e2e56883eb
commit 50d1b72616
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
#include <sdkhooks>
#include "agcoins_bridge"
#define CR_PREFIX "\x04[ArcaneGame CR]\x01"
#define CR_PREFIX "\x09[CUSTOM ROUNDS]\x01"
#define CR_REASON_MAX 128
#define MAX_SAVED_GRENADES 6
#define MIN_PLAYERS_ONEVSALL 15
@@ -33,7 +33,7 @@ public Plugin myinfo =
name = "ArcaneGame Custom Rounds Core",
author = "deidara.dev",
description = "Core plugin for custom rounds with AG Coin integration",
version = "1.3.2",
version = "1.3.3",
url = "https://deidara.dev"
};