23.10.2012, 17:03
Hello, I have a question about this.
I do what wiki says but it just won't work.
4867 is a object that includes the Grass_128HV textture.
grassybit_sfw is txd file that includes the Grass_128HV texture.
the grassybit_sfw is located inside gta3.img which should really matter if it does then this functions is worthless.
I do what wiki says but it just won't work.
pawn Код:
new myobject;
myobject = CreateObject(18754, -208.84, 3029.57, 10.36, 0.00, 0.00, 0.00);
SetObjectMaterial(myobject, 0, 4867,"grassybit_sfw", "Grass_128HV", 0);
grassybit_sfw is txd file that includes the Grass_128HV texture.
the grassybit_sfw is located inside gta3.img which should really matter if it does then this functions is worthless.