28.02.2015, 18:22
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:
( I am new here so I'm really really noob, but every one have to learn it. )
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.000000, 300.000000, "~r~Kills: ~w~0 ~g~Deaths: ~w~0");
TextDrawBackgroundColor(Stats[playerid], 255);
TextDrawFont(Stats[playerid], 2);
TextDrawLetterSize(Stats[playerid], 0.350000, 1.100000);
TextDrawColor(Stats[playerid], -1);
TextDrawSetOutline(Stats[playerid], 0);
TextDrawSetProportional(Stats[playerid], 1);
TextDrawSetShadow(Stats[playerid], 1);