• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

C++ Messages sent by the player.

OTcreator

Well-Known Member
Joined
Feb 14, 2022
Messages
503
Solutions
1
Reaction score
57
Hi,

If a player writes something normally, the messages show up in yellow.
Is it possible to change the color, for example, to dark yellow, e.g. talktype_o probably, so that the client does not have to be modified?
 
Hi,

If a player writes something normally, the messages show up in yellow.
Is it possible to change the color, for example, to dark yellow, e.g. talktype_o probably, so that the client does not have to be modified?

OTC or CIP?

If OTC if its possible with some edits in modules
 
On both, only for example your gif shows a custom color so I know it would require client editing.
But the dark yellow color is already included in the CIP client.

I think it is TALKTYPE_O.
So since such a color is already included in the OTC and CIp clients maybe it is possible without editing the client, just the engine.
 
Back
Top