I'm mapping a area in East Los Santos (@Car Wash). I attempted texturing objects for a better look in the area, so objects blend in with the surroundings and it was working perfect until I replaced the object(s) with another object.
As you can see in the "New Object" the walls haven't changed texture but am pretty sure my coding with SetObjectMaterial is correct and I'm assuming there is a bug here or what?
Код:
new objectess = CreateObject(19463, 2540.69824, -1472.08813, 24.76780, 0.00000, 0.00000, 0.00000);
SetObjectMaterial(objectess, 0, 17689, "eastls4_lae2", "conc_wall_128H", 0);
objectess = CreateObject(19463, 2540.69824, -1453.60852, 24.76780, 0.00000, 0.00000, 0.00000);
SetObjectMaterial(objectess, 0, 17689, "eastls4_lae2", "conc_wall_128H", 0);
objectess = CreateObject(19463, 2540.51831, -1453.60852, 24.76780, 0.00000, 0.00000, 0.00000);
SetObjectMaterial(objectess, 0, 17689, "eastls4_lae2", "conc_wall_128H", 0);
objectess = CreateObject(19463, 2540.51831, -1472.08813, 24.76780, 0.00000, 0.00000, 0.00000);