Help with textdraw and colors
#5

Quote:
Originally Posted by Nabster
View Post
it still works,when i press esc then i am not able to select textdraw

Code:
Soldier = TextDrawCreate(275.021667, 179.666671, "Soldier");
	TextDrawLetterSize(Soldier, 0.449999, 1.600000);
	TextDrawAlignment(Soldier, 1);
	TextDrawColor(Soldier, 8388863);
	TextDrawSetShadow(Soldier, 0);
	TextDrawSetOutline(Soldier, 1);
	TextDrawBackgroundColor(Soldier, 51);
	TextDrawFont(Soldier, 2);
	TextDrawSetProportional(Soldier, 1);
	
	
	JetTrooper = TextDrawCreate(254.406707, 210.000030, "Jet Trooper");
	TextDrawLetterSize(JetTrooper, 0.458900, 1.611665);
	TextDrawAlignment(JetTrooper, 1);
	TextDrawColor(JetTrooper, 65535);
	TextDrawSetShadow(JetTrooper, 0);
	TextDrawSetOutline(JetTrooper, 1);
	TextDrawBackgroundColor(JetTrooper, 51);
	TextDrawFont(JetTrooper, 2);
	TextDrawSetProportional(JetTrooper, 1);
Please show the OnPlayerClickTextDraw callback.
Reply


Messages In This Thread
Help with textdraw and colors - by Nabster - 24.02.2015, 09:26
Re: Help with textdraw and colors - by Ritzy2K - 24.02.2015, 09:42
Re: Help with textdraw and colors - by De4dpOol - 24.02.2015, 09:47
Re: Help with textdraw and colors - by Nabster - 24.02.2015, 15:02
Re: Help with textdraw and colors - by De4dpOol - 24.02.2015, 15:10
Re: Help with textdraw and colors - by Nabster - 24.02.2015, 15:32
Re: Help with textdraw and colors - by De4dpOol - 24.02.2015, 15:38
Re: Help with textdraw and colors - by Nabster - 24.02.2015, 16:13
Re: Help with textdraw and colors - by Nabster - 25.02.2015, 02:01
Re: Help with textdraw and colors - by De4dpOol - 25.02.2015, 02:15

Forum Jump:


Users browsing this thread: 4 Guest(s)