No Textdraws?
#3

Код:
    new string[100];
	TextDrawHideForAll(Text:scores);
	format(string,sizeof(string),"~b~Blue: %d ~r~Red: %d", bluescore,redscore);
	scores = TextDrawCreate(100.0, 410.0,string);
	TextDrawTextSize(scores,600.0, -4.0);
	TextDrawSetOutline(scores,1);
	TextDrawSetShadow(scores,1);
	TextDrawShowForAll(Text:scores);
Isn't that right?
Reply


Messages In This Thread
No Textdraws? - by Memoryz - 08.10.2009, 21:04
Re: No Textdraws? - by Extremo - 08.10.2009, 21:08
Re: No Textdraws? - by Memoryz - 08.10.2009, 21:10
Re: No Textdraws? - by Extremo - 08.10.2009, 21:13
Re: No Textdraws? - by Memoryz - 08.10.2009, 21:43
Re: No Textdraws? - by Sayaron - 08.10.2009, 22:38
Re: No Textdraws? - by SpiderPork - 09.10.2009, 05:32
Re: No Textdraws? - by Memoryz - 10.10.2009, 00:27
Re: No Textdraws? - by Sayaron - 10.10.2009, 01:00
Re: No Textdraws? - by Memoryz - 10.10.2009, 14:19

Forum Jump:


Users browsing this thread: 1 Guest(s)