07.10.2014, 16:30
Quote:
Код:
TextDrawTextSize(Text:text, Float:x, Float:y) text The TextDraw to set the size of. x The size on the X axis (left/right) following the same 640x480 grid as TextDrawCreate. y The size on the Y axis (up/down) following the same 640x480 grid as TextDrawCreate. Код:
TextDrawTextSize(Textdraw[0], 70.000000, 10.000000); |