View Single Post
maxolahird
Veteran Member
Join Date: Dec 2012
Old 04-02-2014 , 08:57   Re: Coloring smac messages.
Reply With Quote #3

I was able to color successfully the join msg but I'm not sure if the replacements I made for aimbot and other smac messages works...

Will this modification work?

Quote:
//SMAC_PrintAdminNotice("%t", "SMAC_HasNotEqual", client, sCVarName, cvarValue, sValue);
CPrintToChatAll("%t%t", "SMAC_Tag", "SMAC_HasNotEqual", client, sCVarName, cvarValue, sValue);

//SMAC_PrintAdminNotice("%t", "SMAC_AimbotDetected", client, g_iAimDetections[client], deviation, sWeapon);
CPrintToChatAll("%t%t", "SMAC_Tag", "SMAC_AimbotDetected", client, g_iAimDetections[client], deviation, sWeapon);

Last edited by maxolahird; 04-02-2014 at 08:57.
maxolahird is offline