Update entWatch-tools.sp

This commit is contained in:
zaCade 2019-04-22 21:22:19 +02:00
parent 26a3a1ec14
commit 6755f5531e

View File

@ -63,7 +63,7 @@ public Action Command_TransferItem(int client, int args)
if (GetClientTeam(target1) != GetClientTeam(target2)) 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; return Plugin_Handled;
} }
@ -95,7 +95,7 @@ public Action Command_TransferItem(int client, int args)
if (!bTransfered) 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; return Plugin_Handled;
} }