SA-MP Forums Archive
Textdraw Size Update - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Textdraw Size Update (/showthread.php?tid=599647)



Textdraw Size Update - SumX - 28.01.2016

Hello! If I create a textdraw and set it's letter size when I am creating it at OnGameModeInIt, can I change the letter size after?


Re: Textdraw Size Update - Nero_3D - 28.01.2016

Well it doesn't matter if you set the letter size right after creation or later
The only thing you need to know is that you need to hide/show the textdraw to update it for the players


Re: Textdraw Size Update - SumX - 28.01.2016

Thank you!


Re: Textdraw Size Update - JamalMaddox - 28.01.2016

Yeah you can but lemme stay something about textdraws. Most of the times they get bugged. For example I made "WASTED" just like GTAV but somehow it stayed in the middle of screen after the player get spawned. He had to relog to fix dat. I will suggest you to use:
PHP код:
GameTextForPlayer(playerid"~r~ Test"50005); 
/* This is for skin selection /*