06.06.2015, 17:39
(
Последний раз редактировалось Strain; 06.06.2015 в 18:13.
)
Hey, I want to make this object transparent by using SetObjectMaterial, but I still can see him.
Object ID: 6959
By the way, I already tried that tutorial http://forum.sa-mp.com/showthread.ph...visible+object, didn't help.
Someone can help me? thanks.
Object ID: 6959
PHP код:
for(new c = 0; c < 5; c++)
{
SetDynamicObjectMaterial(objectid, c, 0, "none", "none", 0x00000000);
}
Someone can help me? thanks.