Creating a textdraw with box
#1

hey guysi got this problem i wanna create a textdraw in box like ex: where are tele commands but if i do it then it dosent show anything or just something weird appears...

but heres the code

Код:
	Teles = TextDrawCreate(123.0, 123.0," ");
    TextDrawUseBox(Teles, 1);
    TextDrawBoxColor(Teles, 0x000000);
    Teles = TextDrawCreate(123.0, 123.0,"Testing");
    TextDrawFont(TelesTextDraw, 2);
    TextDrawTextSize(TelesTextDraw, 2.0, 3.6);
    TextDrawSetShadow(TelesTextDraw,1);
    TextDrawColor(TelesTextDraw,0x009900);
Reply


Messages In This Thread
Creating a textdraw with box - by KaliKs - 16.02.2014, 10:48
Re: Creating a textdraw with box - by KaliKs - 16.02.2014, 14:43

Forum Jump:


Users browsing this thread: 1 Guest(s)