TextDrawn Problem
#1

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);
Reply
#2

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);
Reply
#3

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);
Reply
#4

Removed

Solved !! by my self
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)