Dynamic object limits
#1

Hi,

Max objects is 1000, what is player go in zone where is for ex 700 objects, and player will create there 301 object, what if return for last object , if it reach max 1000 objects? because there is in my server command, player can create barriers, with command
Reply
#2

A player cannot have more than 1000 server-created objects streamed to them at once. The streamer will continue to increment an object ID even if the streamed objects surpass the server limit, whereas CreateObject will not. Either way, you cannot have more than 1000 objects streamed, dynamically or normally, at one time.
Reply
#3

Yes, but my system go bugg? like in variable i write

new ObjectIddd[ MAX_PLAYERS ];

CMD:commandcreate
ObjectIddd[ playerid ] = CreateDynamicObject(...);


CMD:destroyob
DestroyDynamicObject(ObjectIddd[ playerid ]);
Reply
#4

You can set how many objects they can create .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)