Posts: 446
Threads: 125
Joined: Mar 2012
Reputation:
0
Created a main island for my zombie roleplay server using CreateDynamicObject (have latest version of streamer).. Island is working completely fine. Today I wanted to upgrade the island and make it a little bigger, so I mapped a little more (probably another 100 objects). I joined the game to test it on localhost and the new update of the map was showing but there was one little bug where a grass object was too high.. So I fixed the object and re placed it, compiled the script... Everything is fine. When I join the game, the island is there, but none of the new objects I added in are showing up at all. I have the latest version of streamer, so that's not the problem + my island is still showing, just not the new objects I added. I am 110% certain I added the new code (CreateDyanmicObect) to the script and compiled it. Still nothing. Any ideas what's going on? Thanks
Posts: 283
Threads: 67
Joined: Jun 2015
Try CreateDynamicObjectEx
Posts: 12
Threads: 2
Joined: Feb 2016
Quote:
Originally Posted by Josh_Main
Created a main island for my zombie roleplay server using CreateDynamicObject (have latest version of streamer).. Island is working completely fine. Today I wanted to upgrade the island and make it a little bigger, so I mapped a little more (probably another 100 objects). I joined the game to test it on localhost and the new update of the map was showing but there was one little bug where a grass object was too high.. So I fixed the object and re placed it, compiled the script... Everything is fine. When I join the game, the island is there, but none of the new objects I added in are showing up at all. I have the latest version of streamer, so that's not the problem + my island is still showing, just not the new objects I added. I am 110% certain I added the new code (CreateDyanmicObect) to the script and compiled it. Still nothing. Any ideas what's going on? Thanks
|
Change to
(Createobject)
Hope its work!