07.01.2011, 20:52
I want to attatch a 3d text to my cars not a license plate but 3D text to advertise the server this is what i got so far but when i start the server nothing shows up on the cars
what do i put for the vehicle id to make it to where it shows on all cars?
Quote:
new vehicle_id, Text3D:vehicle3Dtext; vehicle3Dtext = Create3DTextLabel( "MW-DM", 0xFF0000AA, 0.0, 0.0, 0.0, 50.0, 0, 1 ); vehicle_id = (What should this be to mean all cars?) Attach3DTextLabelToVehicle( vehicle3Dtext, vehicle_id, 0.0, 0.0, 2.0); |