30.12.2009, 10:52
hey guys i got this :
car = AddStaticVehicle(451,2091.1777,1239.1256,10.5279,8 9.2555,125,125);
SetVehicleNumberPlate(car, "test");
AddVehicleComponent(car,1010);
}
but i want at AddVehicleComponent(car,1010); more compoments if i use (car,1010,1020); i get a warning but can u guys help me?
Thanks.
car = AddStaticVehicle(451,2091.1777,1239.1256,10.5279,8 9.2555,125,125);
SetVehicleNumberPlate(car, "test");
AddVehicleComponent(car,1010);
}
but i want at AddVehicleComponent(car,1010); more compoments if i use (car,1010,1020); i get a warning but can u guys help me?
Thanks.