Update entWatch-tools.sp
This commit is contained in:
parent
26a3a1ec14
commit
6755f5531e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user