fix entWatch message/color fuckup

This commit is contained in:
BotoX 2019-12-29 20:57:24 +01:00
parent a6ad7edcbf
commit 4843a6bfc5

View File

@ -147,7 +147,7 @@ public void EW_OnClientItemDisconnect(int client, int index)
item.dConfig.GetColor(sItemColor, sizeof(sItemColor));
CRemoveTags(sClientName, sizeof(sClientName));
CPrintToTeamAndAdmins(iTeam, MESSAGEFORMAT, "E01B5D", "EDEDED", sClientName, "67ADDF", "B2B2B2", sClientAuth, "67ADDF", "Item Activate", sItemColor, sItemName);
CPrintToTeamAndAdmins(iTeam, MESSAGEFORMAT, "E01B5D", "EDEDED", sClientName, "F1B567", "B2B2B2", sClientAuth, "F1B567", "Item Disconnect", sItemColor, sItemName);
}
}
@ -176,7 +176,7 @@ public void EW_OnClientItemActivate(int client, int index)
item.dConfig.GetColor(sItemColor, sizeof(sItemColor));
CRemoveTags(sClientName, sizeof(sClientName));
CPrintToTeamAndAdmins(iTeam, MESSAGEFORMAT, "E01B5D", "EDEDED", sClientName, "E562BA", "B2B2B2", sClientAuth, "E562BA", "Item Activate", sItemColor, sItemName);
CPrintToTeamAndAdmins(iTeam, MESSAGEFORMAT, "E01B5D", "EDEDED", sClientName, "67ADDF", "B2B2B2", sClientAuth, "67ADDF", "Item Activate", sItemColor, sItemName);
}
}