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



Invisible objects. - CoaPsyFactor - 09.09.2012

Hi there,

Is it possible to set objects material and/or color to be invisible?

Thanks in advance.


Re: Invisible objects. - Vince - 09.09.2012

Yes. Do as stated on the wiki page.


Re: Invisible objects. - HuSs3n - 09.09.2012

pawn Код:
stock SetObjectInvisible( objectid )
    return SetObjectMaterialText( objectid, " ", 0, 140, "Arial", 64, 1, -32256, 0, 1 );
by Lorenc_ http://forum.sa-mp.com/showthread.ph...le#post1919499