08.07.2012, 11:10
Try that, if you get errors then tell me.
pawn Код:
Textdraw1con = TextDrawCreate(661.000000, 0.000000, "_");
TextDrawBackgroundColor(Textdraw1con, 255);
TextDrawFont(Textdraw1con, 1);
TextDrawLetterSize(Textdraw1con, 1000.000000, 1000.000000);
TextDrawColor(Textdraw1con, -1);
TextDrawSetOutline(Textdraw1con, 0);
TextDrawSetProportional(Textdraw1con, 1);
TextDrawSetShadow(Textdraw1con, 1);
TextDrawUseBox(Textdraw1con, 1);
TextDrawBoxColor(Textdraw1con, 255);
TextDrawTextSize(Textdraw1con, -50.000000, 30.000000);