20.07.2013, 13:51
https://sampwiki.blast.hk/wiki/Limits
The limit for normal CreateObject objects is there, which is 1000. When using a streamer, it's unlimited, afaik, since there are people out there using 15000+ objects (if I remember correctly), so that shouldn't be a problem. Just make sure the stream distance param is not set too high in the CreateDynamicObject functions.
Just a quick note if you're planning to do any moving things, for CreateObject objects use MoveObject, and for CreateDynamicObject objects use MoveDynamicObject. Same for destroying objects, for CreateObject objects use DestroyObject, and for CreateDynamicObject objects use DestroyDynamicObject.
Hope this helps you
The limit for normal CreateObject objects is there, which is 1000. When using a streamer, it's unlimited, afaik, since there are people out there using 15000+ objects (if I remember correctly), so that shouldn't be a problem. Just make sure the stream distance param is not set too high in the CreateDynamicObject functions.
Just a quick note if you're planning to do any moving things, for CreateObject objects use MoveObject, and for CreateDynamicObject objects use MoveDynamicObject. Same for destroying objects, for CreateObject objects use DestroyObject, and for CreateDynamicObject objects use DestroyDynamicObject.
Hope this helps you