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=601781)
Textures -
LaLy17 - 26.02.2016
Hi guys.
Who know the id of the window texture (
http://imgur.com/V9IqG7P )
And who know awesome textures for interiors/exteriors for floor, walls, glass, tables, etc.
I wanna try something new

Thx guys.
Re: Textures -
Mister0 - 26.02.2016
The code for window is this
PHP код:
SetObjectMaterial(CreateObject(...), 0, 1649, "wglass", "carshowwin2", 0xFFFFFFFF);
The 0 after CreateObject(...), you can change it in 1like this
[php]
PHP код:
SetObjectMaterial(CreateObject(...), 1, 1649, "wglass", "carshowwin2", 0xFFFFFFFF);
if the first code don't turn on your object in window, good loock