function addCharToString(str, pos, chr, howMany, origPos) if howMany == 0 then return str end if not origPos then origPos = pos end local stringVariation = str:sub(1, pos - 1) .. chr .. str:sub(pos + 1) howMany = howMany - 1 return addCharToString(stringVariation, pos + origPos, chr, howMany, origPos)end
function addCharToString(str, pos, chr, howMany, origPos) if howMany == 0 then return str end if not origPos then origPos = pos end local stringVariation = str:sub(1, pos - 1) .. chr .. str:sub(pos + 1) howMany = howMany - 1 return addCharToString(stringVariation, pos + origPos, chr, howMany, origPos)end @Enigma-nak köszönd meg. Használat: /index.php?/forums/topic/64934-sort%C3%B6r%C3%A9s-dxdrawtext-ben/&do=embed\"> (Legutolsó komment)
egy funkciót rábindelsz a space-re és ellenörzöd hanyadik space? //telefon
https://wiki.multitheftauto.com/wiki/DxDrawText dxDrawTextnek van wordBreak paramétere, ami arra szolgál, hogy ha a szöveg túlmenne a meghatározott szövegdobozon kívülre, akkor a szót új sorba rakja.