15.09.2011, 09:35
Well , I didn't worked with them , its the first time.
A friend sent me a program that gives you the code with all done.
But where to put all?
A friend sent me a program that gives you the code with all done.
But where to put all?
Код:
new Text:ftd; ftd = TextDrawCreate(0.0, 434.0,"Sample text here"); TextDrawFont(ftd,3); TextDrawLetterSize(ftd,10,10); TextDrawColor(ftd,0x0F00FF); TextDrawSetShadow(ftd,1); TextDrawSetOutline(ftd,1); TextDrawBackgroundColor(ftd,0x000FF); TextDrawUseBox(ftd,0);