Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

can anyone help who knows the code

Newbie Spellweaver
Joined
Nov 27, 2021
Messages
47
Reaction score
1
can anyone help who knows the code


chat clan tag ?
 
Elite Diviner
Joined
Nov 28, 2014
Messages
437
Reaction score
252
Code:
[COLOR=#666666]if(slot.ClanID != 0)
[/COLOR]sprintf(tmpMsg, "<font color="%s">[%s]</font> <font color="%s">[%s]</font> <font color="%s">%s%s:</font> <font color="%s">%s</font>", tabNamesColor[tabIndex], tabNames[tabIndex], slot.ClanTag, userColor, namePrefix, sUser.c_str(), textColor, sMsg.c_str());
    else [COLOR=#666666]        
sprintf(tmpMsg, "<font color="%s">[%s]</font> <font color="%s">%s%s:</font> <font color="%s">%s</font>", tabNamesColor[tabIndex], tabNames[tabIndex], userColor, namePrefix, sUser.c_str(), textColor, sMsg.c_str());[/COLOR]

by @Oosmar02
 
Upvote 0
Newbie Spellweaver
Joined
Nov 27, 2021
Messages
47
Reaction score
1
Code:
[COLOR=#666666]if(slot.ClanID != 0)
[/COLOR]sprintf(tmpMsg, "<font color="%s">[%s]</font> <font color="%s">[%s]</font> <font color="%s">%s%s:</font> <font color="%s">%s</font>", tabNamesColor[tabIndex], tabNames[tabIndex], slot.ClanTag, userColor, namePrefix, sUser.c_str(), textColor, sMsg.c_str());
    else [COLOR=#666666]        
sprintf(tmpMsg, "<font color="%s">[%s]</font> <font color="%s">%s%s:</font> <font color="%s">%s</font>", tabNamesColor[tabIndex], tabNames[tabIndex], userColor, namePrefix, sUser.c_str(), textColor, sMsg.c_str());[/COLOR]

by @Oosmar02
thank you for your help
 
Upvote 0
Back
Top