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; }