04.01.2011, 17:56
I use an edit of gtarp and i want to have numberplates on all ownablecars.
I tried
But it doesn't work.
I tried
Код:
for(new h = 197; h < sizeof(CarInfo); h++) { SetVehicleNumberPlate(h, CarInfo[h][cLicense]); }