SA-MP Forums Archive
textures - 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: textures (/showthread.php?tid=512884)



textures - iBots - 13.05.2014

is there any way to add textures to a gun?like change the gun's objects material,i mean player guns...


Re: textures - Scottas - 13.05.2014

No, unless you attach objects to player hands when they are shooting, then you can change attached object material.


Re: textures - iBots - 13.05.2014

do you know the golden texture id?


Re: textures - Madd92 - 13.05.2014

I am not really sure if you understand Scottas post but the closest texture to gold would probably be the one of the golden buddha:
pawn Код:
SetObjectMaterial(objectid, 0, 8463, "vgseland", "tiadbuddhagold", 0xFFFFFFFF);
I hope it helps anyways.