SA-MP Forums Archive
Vehicle texturing with objects. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Vehicle texturing with objects. (/showthread.php?tid=433631)



Vehicle texturing with objects. - RajatPawar - 28.04.2013

I am thinking of this cool idea.. It's using attachobjecttovehicle and then using setobjectmaterial which would make cars different with thousands of possible combinations. Would be cool. I tried searching for objects like windshields and invisible objects but in vain. Anyone got a better way? Cheers


Re: Vehicle texturing with objects. - Pottus - 28.04.2013

I don't get what you trying to do with invisible objects do you mean translucent ?


Re: Vehicle texturing with objects. - RajatPawar - 28.04.2013

Something like that. Attaching them to vehicles over the chassis and then setting their material..


Re: Vehicle texturing with objects. - Pottus - 28.04.2013

That is not too hard to do, just remember your movement needs to be all commands. I also recommend adding Text support Wingdings/Webdings are amazingly handy for creating decals.


Re: Vehicle texturing with objects. - Tamer - 28.04.2013

I came out with these transparent objects:




Re: Vehicle texturing with objects. - Pottus - 28.04.2013

Quote:
Originally Posted by Tamer
I came out with these transparent objects:
You can make almost any object translucent with SetObjectMaterial()


Re: Vehicle texturing with objects. - Tamer - 28.04.2013

What he wanted were square or straight objects that could be used on a vehicle and would fit. It also kills 2 birds with a stone,transparent objects and also straight objects.


Re: Vehicle texturing with objects. - RajatPawar - 28.04.2013

In fact I want vehicle component parts. So that they can be textured with infinite materials.


Re: Vehicle texturing with objects. - Pottus - 30.04.2013

Quote:
Originally Posted by Rajat_Pawar
View Post
In fact I want vehicle component parts. So that they can be textured with infinite materials.
You can't set materials to vehicle components but you can change their color.


Re: Vehicle texturing with objects. - RajatPawar - 30.04.2013

Quote:
Originally Posted by [uL]Pottus
View Post
You can't set materials to vehicle components but you can change their color.
That's a bit obvious, and I know that, I wanted similar component objects that could be set with different materials, I guess not.