Vehicle Plate
#9

pawn Код:
new PlateVehicle[MAX_VEHICLES][10];

new result[10];
RandomText(result, 8);
format(PlateVehicle[vehicleid],8,"%s",result);
SetVehicleNumberPlate(vehicleid,PlateVehicle[vehicleid]);

stock RandomText(strDest[],strLen=8)
{while(strLen--) strDest[strLen]=random(2)?(random(26)+(random(2)?'a':'A')):(random(10)+'0');}
Reply


Messages In This Thread
Vehicle Plate - by FaZeRs - 09.02.2014, 16:47
Re: Vehicle Plate - by dominik523 - 09.02.2014, 17:12
Re: Vehicle Plate - by FaZeRs - 10.02.2014, 12:49
Re: Vehicle Plate - by ikey07 - 10.02.2014, 13:19
Re: Vehicle Plate - by FaZeRs - 10.02.2014, 20:36
Re: Vehicle Plate - by ikey07 - 10.02.2014, 21:37
Re: Vehicle Plate - by FaZeRs - 10.02.2014, 22:55
Re: Vehicle Plate - by Pillhead2007 - 11.02.2014, 03:11
Respuesta: Vehicle Plate - by OTACON - 11.02.2014, 05:09

Forum Jump:


Users browsing this thread: 4 Guest(s)