From 6755f5531e97d9302c62ac8cbf76feeb83a79952 Mon Sep 17 00:00:00 2001 From: zaCade Date: Mon, 22 Apr 2019 21:22:19 +0200 Subject: [PATCH] Update entWatch-tools.sp --- _entWatch4/scripting/entWatch-tools.sp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_entWatch4/scripting/entWatch-tools.sp b/_entWatch4/scripting/entWatch-tools.sp index 2137cba0..a5b81965 100644 --- a/_entWatch4/scripting/entWatch-tools.sp +++ b/_entWatch4/scripting/entWatch-tools.sp @@ -63,7 +63,7 @@ public Action Command_TransferItem(int client, int args) if (GetClientTeam(target1) != GetClientTeam(target2)) { - CReplyToCommand(client, "\x07[entWatch] \x07%sError: client teams dont match!", "E01B5D", "F16767"); + CReplyToCommand(client, "\x07%s[entWatch] \x07%sError: client teams dont match!", "E01B5D", "F16767"); return Plugin_Handled; } @@ -95,7 +95,7 @@ public Action Command_TransferItem(int client, int args) if (!bTransfered) { - CReplyToCommand(client, "\x07[entWatch] \x07%sError: no transferable items found!", "E01B5D", "F16767"); + CReplyToCommand(client, "\x07%s[entWatch] \x07%sError: no transferable items found!", "E01B5D", "F16767"); return Plugin_Handled; }