Funcion de velocimetro
#1

Hacer que funcione como velocimetro

Quote:

Textdraw7 = TextDrawCreate(230.799987, 403.953308, "usebox");
TextDrawLetterSize(Textdraw7, 0.000000, 1.591485);
TextDrawTextSize(Textdraw7, 129.199996, 0.000000);
TextDrawAlignment(Textdraw7, 1);
TextDrawColor(Textdraw7, 0);
TextDrawUseBox(Textdraw7, true);
TextDrawBoxColor(Textdraw7, 102);
TextDrawSetShadow(Textdraw7, 0);
TextDrawSetOutline(Textdraw7, 0);
TextDrawFont(Textdraw7, 0);

Textdraw8 = TextDrawCreate(139.199981, 403.946777, "1000 ~w~Km/h");
TextDrawLetterSize(Textdraw8, 0.415599, 1.473066);
TextDrawAlignment(Textdraw8, 1);
TextDrawColor(Textdraw8, -16776961);
TextDrawSetShadow(Textdraw8, 0);
TextDrawSetOutline(Textdraw8, 1);
TextDrawBackgroundColor(Textdraw8, 51);
TextDrawFont(Textdraw8, 1);
TextDrawSetProportional(Textdraw8, 1);

Reply
#2

Me imagino que ya tienes la funciуn solo agrega esto no se si sera el correcto, y colocas tu variable

Код:
format(string, sizeof(string), "Velocidad: %s", variable);
TextDrawSetString(Textdraw8, string);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)