Textdraw help.
#1

It's a simple trouble but I can't fix it on my own because I'm not familiar with textdraws.

Here is the trouble:


And here's my code:
PHP код:
    Textdraw1[playerid] =TextDrawCreate(245.600036135.893295"Welcome to");
    
TextDrawLetterSize(Textdraw1[playerid], 0.9404003.156799);
    
TextDrawTextSize(Textdraw1[playerid], 122.40000153.013328);
    
TextDrawAlignment(Textdraw1[playerid], 1);
    
TextDrawColor(Textdraw1[playerid], 65535);
    
TextDrawSetShadow(Textdraw1[playerid], 0);
    
TextDrawSetOutline(Textdraw1[playerid], 1);
    
TextDrawBackgroundColor(Textdraw1[playerid], 51);
    
TextDrawFont(Textdraw1[playerid], 0);
    
TextDrawSetProportional(Textdraw1[playerid], 1);
    
TextDrawShowForPlayer(playeridTextdraw1[playerid]); 
I need that 'to' to be in the first line. Thanks in advance.
Reply


Messages In This Thread
Textdraw help. - by ATGOggy - 01.01.2015, 16:31
Re: Textdraw help. - by alanhutch - 01.01.2015, 16:37
Re: Textdraw help. - by ATGOggy - 01.01.2015, 16:40
Re: Textdraw help. - by ATGOggy - 01.01.2015, 17:04
Re: Textdraw help. - by Lidor124 - 01.01.2015, 17:09
Re: Textdraw help. - by ATGOggy - 01.01.2015, 17:13
Re: Textdraw help. - by ATGOggy - 02.01.2015, 06:13
Re: Textdraw help. - by ATGOggy - 02.01.2015, 08:07
Re: Textdraw help. - by DRP - 02.01.2015, 08:09
Re: Textdraw help. - by ATGOggy - 02.01.2015, 08:14

Forum Jump:


Users browsing this thread: 1 Guest(s)