16.02.2014, 10:48
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
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);