[HELP] Adding compoments in files
#1

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.
Reply
#2

You can write more than one time:

AddVehicleComponent(car,1010);
AddVehicleComponent(car,1020);
AddVehicleComponent(car,1030);

...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)