From d4d5482b5f66209d17b9d786ffe0a13cf352fb15 Mon Sep 17 00:00:00 2001 From: navewindre Date: Wed, 15 Nov 2023 02:20:31 +0100 Subject: cleanup halftime plugin, remove money string from bot plugin, push website --- sourcemod/scripting/bot2player_public.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sourcemod/scripting/bot2player_public.sp') diff --git a/sourcemod/scripting/bot2player_public.sp b/sourcemod/scripting/bot2player_public.sp index 5faab4f..a9ca0b3 100644 --- a/sourcemod/scripting/bot2player_public.sp +++ b/sourcemod/scripting/bot2player_public.sp @@ -315,7 +315,7 @@ public Action:DisplayTakeOverMessage(Handle:timer, any:iClient) { if (ClientCash >= BotTakeverCost[iClient]) { - PrintHintText(iClient, "For $%i - Press the Use key [default E] to take control of %s", BotTakeverCost[iClient], BOTName) + PrintHintText(iClient, "Press the Use key [default E] to take control of %s", BotTakeverCost[iClient], BOTName) return Plugin_Continue } else -- cgit v1.2.3