18.12.2010, 21:31
i made it work . thx for help
i posted the code for the other people who don't know how to do it !
Код:
for(new h = 184; h < sizeof(CarInfo); h++)
{
SetVehicleNumberPlate(AddStaticVehicleEx(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],60000), CarInfo[h][cOwner]);
}

