21.08.2010, 08:48
why not just do
CreateVehicle(402, X+1,Y+5,Z+1, 0.0, 1, 1, 60000);
?? because i believe that if you do model = 400 then your gonna do a lot of defines or
new model = 400;
^^^ that above the CreateVehicle(model, X+1,Y+5,Z+1, 0.0, 1, 1, 60000);
CreateVehicle(402, X+1,Y+5,Z+1, 0.0, 1, 1, 60000);
?? because i believe that if you do model = 400 then your gonna do a lot of defines or
new model = 400;
^^^ that above the CreateVehicle(model, X+1,Y+5,Z+1, 0.0, 1, 1, 60000);

