23.04.2016, 14:38
Can you edit the color of an object ? and if you can, someone can give me an example ?
new Float:X, Float:Y, Float:Z; new myobject; GetPlayerPos(playerid, X, Y, Z); myobject = CreateObject(18759, X, Y, Z+0.5, 0.0, 0.0, 0.0, 300.0); SetObjectMaterial(myobject, 0, -1, "none", "none", 0xFFFF7E93);