09.06.2014, 13:07
Maybe your gamemode reached the maximum of objects that are created using (CreateObject) .
The maximum amount of normal objects are (1000), in order to have more, use streamer (CreateDynamicObject) as well.
My suggestion is to convert all your CreateObject objects to CreateDynamicObject. and I think it will work fine for you.
The maximum amount of normal objects are (1000), in order to have more, use streamer (CreateDynamicObject) as well.
My suggestion is to convert all your CreateObject objects to CreateDynamicObject. and I think it will work fine for you.