06.09.2010, 08:09
Код:
public OnGameModeInit ( ) { new vehicle_id, Text3D:vehicle3Dtext; vehicle3Dtext = Create3DTextLabel( "Plate #", 0xFF0000AA, 0.0, 0.0, 0.0, 50.0, 0, 1 ); vehicle_id = CreateVehicle( 510, 0.0. 0.0, 15.0, 5, 0, 120 ); Attach3DTextLabelToVehicle( vehicle3Dtext, vehicle_id, 0.0, 0.0, 2.0); }
Oh I also have a vehicle ownership system, so how would I make it assign the car a number when they buy one.