13.08.2016, 20:51
Hey, you are using wrong function for changing materials, SA-MP orignal have this:
But streamer got this:
Код:
SetObjectMaterial(...);
Код:
native SetDynamicObjectMaterial(STREAMER_TAG_OBJECT objectid, materialindex, modelid, const txdname[], const texturename[], materialcolor = 0);