SetPlayerAttachedobject - 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: SetPlayerAttachedobject (
/showthread.php?tid=563928)
SetPlayerAttachedobject -
Banditukas - 18.02.2015
Hi,
I want to paint attached object to green color but always i get transparent color. Maybe can give me a green color code that no transparent just paint green.
Re: SetPlayerAttachedobject -
CalvinC - 18.02.2015
0x00FF00FF.
Make sure the alpha values (transparency) isn't 00 or close to it.
https://sampwiki.blast.hk/wiki/Colors_Li...ransparency.29
Re: SetPlayerAttachedobject -
Vince - 18.02.2015
Colors for attached objects are ARGB instead of RGBA, for whatever dumb reason.