12.05.2014, 21:53
TextDrawBoxSize - I get error about undefined...
Umm anyway I tried this and textdraw doesn't even show up
Umm anyway I tried this and textdraw doesn't even show up
pawn Код:
Textdraw0 = TextDrawCreate(1.000000,1.000000,".");
TextDrawUseBox(Textdraw0,1);
TextDrawBoxColor(Textdraw0,0x00000099);
TextDrawTextSize(Textdraw0,639.000000,-17.000000);
TextDrawAlignment(Textdraw0,0);
TextDrawBackgroundColor(Textdraw0,0x00000000);
TextDrawFont(Textdraw0,3);
TextDrawLetterSize(Textdraw0,1.000000,49.499919);
TextDrawColor(Textdraw0,0x00000000);
TextDrawSetOutline(Textdraw0,1);
TextDrawSetProportional(Textdraw0,1);