Show VehicleID
#8

Yay, works! Thank you.
One more question: how to enlarge upright these black transparent "window"?

There is it, i think:
pawn Код:
posX = 320.0,posY = 350.0;
    for(new x=0;x<10;x++){
        CarBack[x] = Text:TextDrawCreate(posX,posY, "~n~~n~~n~~n~~n~");
        TextDrawUseBox(CarBack[x],1);
        TextDrawBoxColor(CarBack[x],0x00000010);
        TextDrawTextSize(CarBack[x],160.000000,140.000000);
        TextDrawAlignment(CarBack[x],2);
        posX += 1.5;
        posY += 1.5;
    }

    for(new x=0;x<MAX_GRACZY;x++){
        CarInfo[x] = Text:TextDrawCreate(275.000000,347.000000, "_");
        TextDrawTextSize(CarInfo[x],800.0,600.0);
        TextDrawAlignment(CarInfo[x],1);
        TextDrawBackgroundColor(CarInfo[x],0x000000ff);
        TextDrawFont(CarInfo[x],1);
        TextDrawLetterSize(CarInfo[x],0.30000,1.2000);
        TextDrawSetProportional(CarInfo[x],1);
        TextDrawSetOutline(CarInfo[x],1);
        TextDrawColor(CarInfo[x],0x0080FFFF);
    }
   
    }
Reply


Messages In This Thread
Show VehicleID - by Levtu - 21.07.2013, 14:04
Re: Show VehicleID - by DobbysGamertag - 21.07.2013, 14:25
Re: Show VehicleID - by Levtu - 21.07.2013, 15:31
Re: Show VehicleID - by Twizted - 21.07.2013, 15:38
Re: Show VehicleID - by Levtu - 21.07.2013, 15:44
Re: Show VehicleID - by Levtu - 23.07.2013, 10:22
AW: Show VehicleID - by Macronix - 23.07.2013, 11:03
Re: Show VehicleID - by Levtu - 23.07.2013, 19:25

Forum Jump:


Users browsing this thread: 4 Guest(s)