summaryrefslogtreecommitdiff
path: root/sourcemod/scripting/bot2player_public.sp
diff options
context:
space:
mode:
authornavewindre <nw@moneybot.cc>2023-11-15 02:20:31 +0100
committernavewindre <nw@moneybot.cc>2023-11-15 02:20:31 +0100
commitd4d5482b5f66209d17b9d786ffe0a13cf352fb15 (patch)
treeb379882c13bdeb64d1009ce64733a8f0b7d1054c /sourcemod/scripting/bot2player_public.sp
parent405737846f73753ade746b0506020f6720269a51 (diff)
cleanup halftime plugin, remove money string from bot plugin, push website
Diffstat (limited to 'sourcemod/scripting/bot2player_public.sp')
-rw-r--r--sourcemod/scripting/bot2player_public.sp2
1 files changed, 1 insertions, 1 deletions
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