SA-MP Forums Archive
Specific objects not able to be (re)textured - 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: Specific objects not able to be (re)textured (/showthread.php?tid=640235)



Specific objects not able to be (re)textured - delfino - 30.08.2017

Hello there folks,

I've notice I am not able to apply textures nor colors on the objects 7971 and 7389:

http://dev.prineside.com/en/gtasa_sa...prtlstation03/

http://dev.prineside.com/en/gtasa_sa...gnboigashot25/

Im wondering why, as I really need to apply a color in order to hide its shadows.

Hopefully one of you guys has the solution / has reasioning as to why it is not able to be edited.

Cheers guys!
Delfino


Re: Specific objects not able to be (re)textured - Vince - 30.08.2017

You can only access the first 16 material indexes (0 to 15) even if the object has more textures. Why this limit was imposed, I don't know. Neither do I know of any way around it.


Re: Specific objects not able to be (re)textured - delfino - 30.08.2017

Quote:
Originally Posted by Vince
Посмотреть сообщение
You can only access the first 16 material indexes (0 to 15) even if the object has more textures. Why this limit was imposed, I don't know. Neither do I know of any way around it.
I am aware of that, thanks! However my question is why I am not able to apply any color / texture on one of the first 16 material indexes..

Thanks for trying to help me out though.