Load objects
#1

Hello everyone!
i have a problem when i run my game mode and i enter in game my objects dont load!
i have a stock like this
Код:
Stock LoadObjects()
{
CreateObject(...
and i put LoadObjects(); under OnGamemodinit
it was working but i don't know why it doesn't load
(Sry for bad english)
Reply
#2

Quote:
Originally Posted by Airblog
Посмотреть сообщение
Hello everyone!
i have a problem when i run my game mode and i enter in game my objects dont load!
i have a stock like this
Код:
Stock LoadObjects()
{
CreateObject(...
and i put LoadObjects(); under OnGamemodinit
it was working but i don't know why it doesn't load
(Sry for bad english)
There are limitations for CreateObject, use the streamer if you have more than 1000 objects.
Reply
#3

i have streamer but it doesn't word
Reply
#4

Well, if you have streamer, you should use CreateDynamicObject instead of CreateObject
Reply
#5

i used it but have too much objects that i cant change them to createdynamicobject and repair warnings tag mistmach
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)