22.08.2010, 20:17
Hello i was wondering how to make 3D GameText licenses plates. if anyone can help it would be greatly appericated.
trust me.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);
}
So if you know how to make it multiple without a shit lode of coding would help alot thanks 