Textdraw Making Other Textdraws Fail?
#2

for(new i = 0; i < MAX_PLAYERS; i++)
{
TextTypeRobbing = TextDrawCreate(540.0, 320.0," ");
TextDrawTextSize(txtTypeRobbing,50.0, 100.0);
TextDrawUseBox(txtTypeRobbing, 1);
TextDrawFont(txtTypeRobbing, 1);
TextDrawLetterSize(txtTypeRobbing, 0.2, 0.85);
TextDrawSetShadow(txtTypeRobbing,1); // no shadow
TextDrawSetOutline(txtTypeRobbing,1); // thickness 1
TextDrawBackgroundColor(txtTypeRobbing,0x000000FF) ;
TextDrawBoxColor(txtTypeRobbing,0x0000007A);
TextDrawAlignment(txtTypeRobbing,2); // align right.
}
Reply


Messages In This Thread
Textdraw Making Other Textdraws Fail? - by Kyle - 26.09.2009, 18:39
Re: Textdraw Making Other Textdraws Fail? - by [HKS]dlegend - 26.09.2009, 19:25
Re: Textdraw Making Other Textdraws Fail? - by Correlli - 26.09.2009, 19:30
Re: Textdraw Making Other Textdraws Fail? - by Kyle - 26.09.2009, 19:31
Re: Textdraw Making Other Textdraws Fail? - by Correlli - 26.09.2009, 19:37
Re: Textdraw Making Other Textdraws Fail? - by Kyle - 26.09.2009, 19:49
Re: Textdraw Making Other Textdraws Fail? - by Kyle - 26.09.2009, 20:30
Re: Textdraw Making Other Textdraws Fail? - by Correlli - 26.09.2009, 20:33
Re: Textdraw Making Other Textdraws Fail? - by Kyle - 26.09.2009, 20:41
Re: Textdraw Making Other Textdraws Fail? - by Correlli - 26.09.2009, 20:42

Forum Jump:


Users browsing this thread: 6 Guest(s)