Quote:
Originally Posted by mineralo
for future, if you continue won't use object but at start to set object material then use it
pawn Code:
SetDynamicObjectMaterial(CreateDynamicObjectEx(3494,1707.723,-2528.046,1027.546,-0.000,0.000,0.000,300.000,300.000), 0, 19400, "all_walls", "ab_clubloungewall", -65536);
|
That is pointless as there might be multiple SetDynamicObjectMaterial() for any given object. Remember this code is auto-generated by the exporter so I could potentially do it this way if there is only one material slot used but it is completely pointless I think.