• 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!

OTClient Callout does not center

Walox

Active Member
Joined
Jul 31, 2017
Messages
39
Reaction score
29
Hello, I have a problem with my client where the texts that are highlighted in dark blue are not readjusting on top of their respective words.
does anyone here know how to tell me where this is set up?
or can you tell me how to solve this problem?
or at least tell me what files I should modify to fix this problem.

I tried everything you are my last recurrence ; -;

1579989803957.png
 
Simple, as I can see, you have changed font. To make it work, you need to set width for every character, search for this:
Lua:
local letterWidth = { -- New line (10) and Space (32) have width 1 because they are printed and not replaced with spacer
There you can see the table, for every character you need to change width. If your font has same width for every character, it will be very easy.
 
Last edited:
Back
Top