SA-MP Forums Archive
Help me with Coords - 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: Help me with Coords (/showthread.php?tid=585558)



Help me with Coords - TheLegend1 - 14.08.2015

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


Re: Help me with Coords - iTakelot - 14.08.2015

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


Re: Help me with Coords - TheLegend1 - 15.08.2015

Its not working.

Textdraw is in middle of screen like

============================= Then here is name


Re: Help me with Coords - jlalt - 15.08.2015

https://sampwiki.blast.hk/wiki/TextDrawSetString


Re: Help me with Coords - lanix - 15.08.2015

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);