Help me with Coords
#1

Hey guys.
I've tried every singe filescript and programms to fint Box Informations - Textdraw.
I need a textdraw to be at this place pls if someone knews it send me codes.

http://prntscr.com/84r1se
Reply
#2

Arrange the image in order to help him

#edit

PHP код:
    Textdraw0 TextDrawCreate(563.000000,303.000000,"iTakelot");
    
TextDrawAlignment(Textdraw0,0);
    
TextDrawBackgroundColor(Textdraw0,0x000000ff);
    
TextDrawFont(Textdraw0,2);
    
TextDrawLetterSize(Textdraw0,0.299999,1.600000);
    
TextDrawColor(Textdraw0,0xffffffff);
    
TextDrawSetOutline(Textdraw0,1);
    
TextDrawSetProportional(Textdraw0,1);
    
TextDrawSetShadow(Textdraw0,1); 
I hope this helps :P
Reply
#3

Its not working.

Textdraw is in middle of screen like

============================= Then here is name
Reply
#4

https://sampwiki.blast.hk/wiki/TextDrawSetString
Reply
#5

try this,jesi sa balkana ??

Код:
Textdraw0 = TextDrawCreate(520.500000, 263.200042, "Balkans");
TextDrawLetterSize(Textdraw0, 0.722499, 4.049998);
TextDrawAlignment(Textdraw0, 1);
TextDrawColor(Textdraw0, -1);
TextDrawSetShadow(Textdraw0, 0);
TextDrawSetOutline(Textdraw0, 1);
TextDrawBackgroundColor(Textdraw0, 51);
TextDrawFont(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)