19.01.2012, 12:12
I have added into OnGameModeInit
after all CreateVehicle
but when i go to park in LS near the bank , it doesn't show them from cars.cfg ....
can you say me why ?
after all CreateVehicle
PHP код:
for(new h = 377; h < sizeof(CarInfo); h++)
{
AddStaticVehicle(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],60000);
SetVehicleNumberPlate(h,CarInfo[h][cLicense]);
}
can you say me why ?