Posts: 27
Threads: 10
Joined: Oct 2009
Reputation:
0
Is There a limit on CreateObject on samp 0.3c because suddendly some dont appear anymore
Posts: 27
Threads: 10
Joined: Oct 2009
Reputation:
0
Ok thanks
is there any way i could make the objects appear again
Posts: 295
Threads: 4
Joined: Jan 2010
Reputation:
0
Change your CreateObject to CreateDynamicObject in your script. Of course, you'll need the appropriate plugin and the includes for the streamer. If you're not up for using a streamer, stick to <=400 objects.
What a streamer essentially does is create & destroy whatever it's built to do when certain requirements are met. In this case, objects that are near the person.
Instead of doing it all manually, copy all of your objects that you'd like to be streamed to a separate notepad document. Then find & replace all the standard natives with the new one, CreateDynamicObject.