06.12.2011, 19:55
I think you are adding an invalid component to the vehicle... Try this code:
pawn Код:
for(new i; i < 14; i++)
{
if(mod[i] >= 1000 && mod[i] <= 1193) //Checks if it's a valid componentid
{
AddVehicleComponent(vCarID, mod[i]); //Adds the component
}
}