SA-MP Forums Archive
Question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Question (/showthread.php?tid=216616)



Question - eddmex - 26.01.2011

Is There a limit on CreateObject on samp 0.3c because suddendly some dont appear anymore


Re: Question - iFriSki - 26.01.2011

400
https://sampwiki.blast.hk/wiki/Limits

Use a streamer. I suggest Incognitos streamer.
https://sampforum.blast.hk/showthread.php?tid=102865


- eddmex - 26.01.2011

Ok thanks

is there any way i could make the objects appear again


Re: Question - iFriSki - 26.01.2011

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.