18.11.2009, 11:14
In the function, create a vehicle then add components to the vehicle depending on the ID, as the guys above said.
pawn Код:
myFunction(stuff)
{
new veh = CreateVehicle(stuff);
AddVehicleComponent(veh, component);
return true;
}