TextDraw HELP
#1

Hiye!

I wanna change a textdraw,

It looks in-game like so: Deaths: (deaths) Kills: (kills)

How I want it to have:

Deaths: (deaths)
Kills: (kills)


How can I make it above eachother?

My code:

PHP код:
    Stats[playerid] = TextDrawCreate(485.000000300.000000"~r~Kills: ~w~0 ~g~Deaths: ~w~0");
    
TextDrawBackgroundColor(Stats[playerid], 255);
    
TextDrawFont(Stats[playerid], 2);
    
TextDrawLetterSize(Stats[playerid], 0.3500001.100000);
    
TextDrawColor(Stats[playerid], -1);
    
TextDrawSetOutline(Stats[playerid], 0);
    
TextDrawSetProportional(Stats[playerid], 1);
    
TextDrawSetShadow(Stats[playerid], 1); 
( I am new here so I'm really really noob, but every one have to learn it. )
Reply


Messages In This Thread
TextDraw HELP - by Fantje - 28.02.2015, 18:22
Re: TextDraw HELP - by Michael B - 28.02.2015, 18:26
Re: TextDraw HELP - by ball - 28.02.2015, 18:28
Re: TextDraw HELP - by Fantje - 28.02.2015, 18:28
Re: TextDraw HELP - by Fantje - 28.02.2015, 18:31
Re: TextDraw HELP - by Fantje - 28.02.2015, 18:56
Re: TextDraw HELP - by Golf - 28.02.2015, 19:02
Re: TextDraw HELP - by Fantje - 28.02.2015, 19:19

Forum Jump:


Users browsing this thread: 1 Guest(s)