06.09.2014, 13:36
Hey there.
I'm mapping for my server that I'm almost launching and I've got a small problem. The object's aren't spawning. All started with the first objects I've add, that disappeared after adding some objects. After that, some of the groups of objects I've added, like towns and that stuff, the server didn't load everything, just a few objects. What's going on? I don't know if i reached the limit or whatever.. Is there any fix?
Btw, i saw that it was recommended to make maps with CreateDynamicObject instead of CreateObject, but, after putting the codes under the line OnGamemodeInit() and after compiling and testing, when i get in the game the objects don't load. Am i doing something wrong that doesn't make them loading with the Dynamic object ones?
To sum up: Make CreateDynamicObjects spawn on the maps. Or: Make every objects I've added spawn correctly on the map (Codes are in CreateObject)
Thanks!
I'm mapping for my server that I'm almost launching and I've got a small problem. The object's aren't spawning. All started with the first objects I've add, that disappeared after adding some objects. After that, some of the groups of objects I've added, like towns and that stuff, the server didn't load everything, just a few objects. What's going on? I don't know if i reached the limit or whatever.. Is there any fix?
Btw, i saw that it was recommended to make maps with CreateDynamicObject instead of CreateObject, but, after putting the codes under the line OnGamemodeInit() and after compiling and testing, when i get in the game the objects don't load. Am i doing something wrong that doesn't make them loading with the Dynamic object ones?
To sum up: Make CreateDynamicObjects spawn on the maps. Or: Make every objects I've added spawn correctly on the map (Codes are in CreateObject)
Thanks!