17.05.2012, 19:47
Hi, I have same problem and I changed TextSize too but nothing changed
Sorry if is this non-active topic but why create new topic with same problem as this.
Код:
userpanel = TextDrawCreate(0,428,"User panel"); TextDrawLetterSize(userpanel,1.000000,2.000000); TextDrawAlignment(userpanel,0); TextDrawBackgroundColor(userpanel,0x000000FF); TextDrawFont(userpanel,0); TextDrawUseBox(userpanel,1); TextDrawBoxColor(userpanel,0x000000FF); TextDrawTextSize(userpanel,700.000000,438.000000); TextDrawSetOutline(userpanel,0); TextDrawSetProportional(userpanel,1); TextDrawSetShadow(userpanel,1);