23.05.2011, 07:24
How can i make it where everycar has a different unique plate number that saves in there user file?
423-AYY
For Example?
423-AYY
For Example?
new lplate[9]; vehicleId = random(100); for(new i = 0; i < 5; i++) lplate[i] = 65+random(24); format(lplate,9,"%s-%d",lplate,vehicleid); SetVehicleNumberPlate(vehicleid,lplate);