[Pawn] Textdraw disappearing - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10) --- Thread: [Pawn] Textdraw disappearing (/showthread.php?tid=2517) |
Textdraw disappearing - Jhames - 2023-12-13 Hello. I'm trying to create a background with smooth edges in TDEditor, but the textdraw disappears after placing it at the beginning of the screen. I'm creating a textdraw and I capitalize the letter "i" and just stretch it to soften the edge of the textdraw. I recorded a video to better demonstrate the problem. https://youtu.be/wIO-ajPfHv0 A few years ago, I saw something similar on a server and it worked well on the entire screen, but well... Does anyone know of any other alternatives? I would like to thank everyone in advance for helping each other on this forum. This way we form an incredible community. <3 RE: Textdraw disappearing - JasonRiggs - 2023-12-29 So my own guess regarding this issue, although I don't really use the textdraw editors is as follows. I believe that because you have a big size of I, maybe it has got boundaries that will make it disappear when the boundary gets out of the screen, try using the character "-" instead or "_" |