View Single Post
Author Message
maxolahird
Veteran Member
Join Date: Dec 2012
Old 03-23-2014 , 22:19   Coloring smac messages.
Reply With Quote #1

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; 03-23-2014 at 22:20.
maxolahird is offline