Hello, I have very simple problem but,I haven't idea how to solution this. If I typeing data to my table,and then displaying characters have diffrent sparation.
This image shows my problem. This text meaning in English "example message".
Thanks of lot for help.
My Code:
for i,v in ipairs(value) do
dxDrawText(v,screenW * 0.8318, screenH * 0.4852, screenW * 0.055*i/3, screenH * 0.5157, tocolor(255, 255, 255, 255),2, "default", "center", "center", false, false, false, false, false)
end