View Single Post
Author Message
combocarte112
Senior Member
Join Date: Jun 2016
Location: Romania
Old 03-29-2020 , 05:29   Change TAG position in chat (CSGO)
Reply With Quote #1

Hello, how i can change TAG position in chat, i want to be in front of the name. (CSGO)


Code:
public Action OnChatMessage(int& iClient, ArrayList recipients, eChatFlags& flag, char[] name, char[] message, bool& bProcessColors, bool& bRemoveColors)
{
	if(colors[iClient])
	{
		Format(name, MAXLENGTH_NAME, " %s%s%s%s", tag_Color[iClient], tag[iClient], name_Color[iClient], name);
		Format(message, (MAXLENGTH_MESSAGE - strlen(name) - 5), "%s%s", chat_Color[iClient], message);
		bProcessColors = false;
		return Plugin_Changed;
	}
	return Plugin_Continue;
}
combocarte112 is offline
Send a message via Skype™ to combocarte112