kayou Posted March 5, 2018 Posted March 5, 2018 Hi! With some friends, we are trying to spawn some objects 5 secondes after the server unpauses : (for example) do local obj1 = { type = "HEMTT TFFT", country = 'USA', category = "Unarmed", y = 635546.15157148, x = -317589.2727857, name = "DictKey_UnitName_4841", heading = 2.775073510671, } coalition.addStaticObject(country.id.USA, obj1) end The server sees this object, but not other users. (It's working with the 1.5.8 ) Am I missing something? I think it's a bug, but i may be wrong. :music_whistling:
Grimes Posted March 6, 2018 Posted March 6, 2018 Its basically a sub-set of the invisible objects bug. It should be fixed whenever the next patch gets released. The right man in the wrong place makes all the difference in the world. Current Projects: Grayflag Server, Scripting Wiki Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread) SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum
kayou Posted March 6, 2018 Author Posted March 6, 2018 (edited) Thank you for your answer! Edited March 6, 2018 by kayou
Recommended Posts