SA-MP Forums Archive
TextDrawn Problem - 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: TextDrawn Problem (/showthread.php?tid=446483)



TextDrawn Problem - Salsa - 26.06.2013

I made a texdrawn with Iplo ( iTDe. script ) but it's not showing on screen here is code is something wrong on it ?

Код:
   new Text:Textdraw0;

   Textdraw0 = TextDrawCreate(13.750000, 319.666809, "BLack Freeraom");
   TextDrawLetterSize(Textdraw0, 0.490000, 2.119167);
   TextDrawAlignment(Textdraw0, 1);
   TextDrawColor(Textdraw0, -2139062017);
   TextDrawSetShadow(Textdraw0, 0);
   TextDrawSetOutline(Textdraw0, 1);
   TextDrawBackgroundColor(Textdraw0, -2147483393);
   TextDrawFont(Textdraw0, 0);
   TextDrawSetProportional(Textdraw0, 1);



Re: TextDrawn Problem - Cjgogo - 26.06.2013

I might be asking the stupidest question ever, but you din't mention this, therefor, this is why I am asking it. Do you have this?

pawn Код:
TextDrawShowForAll(Texdraw0);



Re: TextDrawn Problem - OpticKiller - 26.06.2013

i had the issue before even i was using that below, i just had to mess around with the numbers and i fixed it.

Код:
TextDrawShowForAll(Texdraw0);



Re: TextDrawn Problem - Salsa - 26.06.2013

Removed

Solved !! by my self