Set Object Material - 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: Set Object Material (
/showthread.php?tid=541794)
Set Object Material -
Ph0eniX - 14.10.2014
Hi all , i have a " problem " , i don't know how to set color black to an object , i don't know to use RGB colors can any1 help me ?
SetDynamicObjectMaterial(MyObj,0,8357,"vgssland01" ,"ws_runwaytarmac", ??);
Re: Set Object Material -
Vince - 14.10.2014
The RGB color system defines the amount of Red, Green and Blue in a color. Black is the lack of all color and thus the value for black is simply 0.
Re: Set Object Material -
Ph0eniX - 14.10.2014
I want to make object 8609 in black
and i can't ...