03.03.2015, 10:58
Had that issue and fixed it by updating the streamer right after CreateDynamicObject and before EditDynamicObject
Код:
ObjectInfo[idx][oidx] = CreateDynamicObject(ObjectInfo[idx][oid], ObjectInfo[idx][oX]+1, ObjectInfo[idx][oY]+1, ObjectInfo[idx][oZ]+1, 0.0,0.0,0.0, -1, -1, -1, 100.0, 0.0); Streamer_Update(playerid); EditDynamicObject(playerid, ObjectInfo[idx][oidx]);