A problem with textdraw
#1

Hi guys,

I have a problem with my textdraw.
This is superimposed ....
Friend : ( http://imageshack.us/photo/my-images...011135241.png/ )
Me : ( http://imageshack.us/photo/my-images/832/samp002fn.png/ )

It's the script :

Код:
	new sString[64];

	format(sString, sizeof(sString), "Chargement des statistiques ....");

	Textdraw2 = TextDrawCreate(147.000000,388.000000, sString);

	TextDrawFont(Textdraw2,1);
	TextDrawSetShadow(Textdraw2,0);
	TextDrawSetOutline(Textdraw2,1);
	TextDrawBackgroundColor(Textdraw2,0x000000FF);
	TextDrawColor(Textdraw2,0xFFFFFFFF);
	TextDrawAlignment(Textdraw2,0);
	TextDrawLetterSize(Textdraw2,0.5 ,1);
	TextDrawSetProportional(Textdraw2,1);
   	TextDrawUseBox(Textdraw2, 0);
Код:
    new newtext[256];
    format(newtext, sizeof(newtext), "~w~DM1: ~r~%d   ~w~DM2: ~r~%d   ~w~DM3: ~r~%d~w~ TDM1 : ~r~%d", jdm1, jdm2, jdm3, jtdm1);
    TextDrawSetString(Textdraw2, newtext);
    TextDrawShowForPlayer(playerid, Textdraw2);
Cordially
Reply


Messages In This Thread
A problem with textdraw - by jcvag44800 - 27.10.2011, 13:22
Re : A problem with textdraw - by jcvag44800 - 27.10.2011, 14:28
Re: A problem with textdraw - by Micius - 27.10.2011, 16:54
Re : A problem with textdraw - by jcvag44800 - 27.10.2011, 17:04
Re: A problem with textdraw - by woot - 27.10.2011, 19:52
Re: A problem with textdraw - by Pooh7 - 27.10.2011, 20:35
Re: A problem with textdraw - by park4bmx - 27.10.2011, 20:40
Re: A problem with textdraw - by [MWR]Blood - 27.10.2011, 20:48
Re : A problem with textdraw - by jcvag44800 - 27.10.2011, 21:04

Forum Jump:


Users browsing this thread: 1 Guest(s)