Please HELP
#1

Someone know some FS, or can help me or give me an exemple to how to create a plate for cars (no bikes, boats and helis)..
Reply
#2

Its actually easy, just use 3dTextLabels, AttachToVehicle (Near the end of course && with a timer) with random number/letters
Reply
#3

Yes i know, but someone can give me an exmemple or how to begin the script?
Reply
#4

What do you mean by "plate"?

EDIT:
Ah, license plate. You will have to make them by 3dText.
Reply
#5

Quote:
Originally Posted by Chaprnks
Посмотреть сообщение
What do you mean by "plate"?

EDIT:
Ah, license plate. You will have to make them by 3dText.
Cars plate, if someone buy a car can plates it..
Reply
#6

Example: (From wiki)
pawn Код:
public OnGameModeInit()
{
    new vehicle_id, Text3D:vehicle3Dtext;
    //Creating TextLabel
    vehicle3Dtext = Create3DTextLabel( "Example Text", 0xFF0000AA, 0.0, 0.0, 0.0, 50.0, 0, 1 );
    //Creating the Vehicle
    vehicle_id = CreateVehicle( 510, 0.0. 0.0, 15.0, 5, 0, 120 );
    //Attaching Text Label To Vehicle
    Attach3DTextLabelToVehicle( vehicle3Dtext, vehicle_id, 0.0, 0.0, 2.0);
}
Reply
#7

Thanks a lot
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)