License Plate System
#1

Код:
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);
}
Ok, So yea. I want to create a vehicle license plate system, what I mean is that every vehicle in the server has a random license plate number and saves, the only cars that doesn't have a random number is the LSPD cars, I want to set a number for each car, can anyone help me out

Oh I also have a vehicle ownership system, so how would I make it assign the car a number when they buy one.
Reply


Messages In This Thread
License Plate System - by sTeAlthy [Brandon Brown] - 06.09.2010, 08:09
Re: License Plate System - by LarzI - 06.09.2010, 09:03
Re: License Plate System - by LarzI - 06.09.2010, 11:00
Re: License Plate System - by LarzI - 06.09.2010, 12:04
Re: License Plate System - by sTeAlthy [Brandon Brown] - 06.09.2010, 17:54
Re: License Plate System - by LarzI - 06.09.2010, 17:57

Forum Jump:


Users browsing this thread: 1 Guest(s)