#1

ERROR: Only the first 2500 objects could be created - object limit exceeded.
Reply
#2

Which streamer include do you use?
Reply
#3

Use dynamic objects instead of CreateObject.
Reply
#4

what is the best tape drive where many objects to do so in the game show!
Reply
#5

Use CreateDynamicObject instead of CreateObject, just replace the CreateObject to CreateDynamicObject. You won't need to do anything else.
Reply
#6

Use the Incognito streamer, then replace (Ctrl + H) all CreateObject with CreateDynamicObject.
Reply
#7

did as he said, go into the game and not one object does not appear that I did!
Reply
#8

Hillko, make sure the CreateDynamicObject or CreateObject are Under OnGameModeInIt.
Reply
#9

Quote:
Originally Posted by BenJackster
Посмотреть сообщение
Hillko, make sure the CreateDynamicObject or CreateObject are Under OnGameModeInIt.
Код HTML:
forward EddObjects();
public EddObjects()
{
there are objects
Reply
#10

Quote:
Originally Posted by BenJackster
Посмотреть сообщение
Hillko, make sure the CreateDynamicObject or CreateObject are Under OnGameModeInIt.
did but objects in OnGameModeInIt all phases equally not displayed!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)