um.... not linked to vice city i made this map my self and ill give you credit k? but ty for the tips and Credit to ghost for something on everone of my maps
Okay that's fine, and this is what I mean by using my content:
new InteriorInstance() {
position = "141.26 -57.412 117.775";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "base/data/missions/Map_VC/beachstand2.dif";
useGLLighting = "0";
showTerrainInside = "0";
};
And you linked to other map, vehicle, and weapon folders which will cause problems if the person doesn't have them:
new InteriorInstance() {
position = "33.256 265.034 104.732";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/Map_Twixland/Houses/ground3.dif";
useGLLighting = "0";
showTerrainInside = "0";
};
new TSStatic() {
position = "169.127 283.885 103.02";
rotation = "1 0 0 0";
scale = "1 1 1";
shapeName = "~/Vehicle_FBarrel/Barrel.dts";
};
new TSStatic() {
position = "46.0341 257.449 108.356";
rotation = "1 0 0 0";
scale = "1 1 1";
shapeName = "~/Weapon_ak47/ak47.dts";
};
Hope that helps.