SA-MP Forums Archive
text draw 2 - 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: text draw 2 (/showthread.php?tid=598085)



text draw 2 - GeneralAref - 08.01.2016

look at picture.Boxes are too long.how to fix it?

PHP код:
team1[playerid] = TextDrawCreate(142.5 ,151 "Internationalforces");
        
TextDrawFont(team1[playerid] , 2);
         
TextDrawLetterSize(team1[playerid] , 0.22.8000000000000003);
        
TextDrawColor(team1[playerid] , 0xffffffFF);
        
TextDrawSetOutline(team1[playerid] , 1);
        
TextDrawSetProportional(team1[playerid] , 1);
        
TextDrawSetShadow(team1[playerid] , 1);
        
TextDrawSetSelectable(team1[playerid], 1);
        
TextDrawUseBox(team1[playerid], 1);
        
TextDrawAlignment(team1[playerid], 2); 



Re: text draw 2 - AmigaBlizzard - 08.01.2016

https://sampwiki.blast.hk/wiki/TextDrawTextSize