26.01.2017, 03:29
Quero colocar o meu velocimetro encima do radar(mapa) mais nгo sie como pegar as coordenadas para por lб alguйm poderia ajudar?
Textdraw0 = TextDrawCreate(17.000000, 276.000000, "TESTE");
TextDrawAlignment(Textdraw0, 3);
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 5);
TextDrawLetterSize(Textdraw0, 0.500000, 1.000000);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 0);
TextDrawSetProportional(Textdraw0, 0);
TextDrawSetShadow(Textdraw0, 1);
TextDrawUseBox(Textdraw0, 1);
TextDrawBoxColor(Textdraw0, -1);
TextDrawTextSize(Textdraw0, 130.000000, 62.000000);
TextDrawSetSelectable(Textdraw0, 0);
TextDrawCreate(17.000000, 276.000000, "TESTE"); //talves o float alн seja a cordenada da sua tela
|