SA-MP Forums Archive
Way to overcome the 1000 objects? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Way to overcome the 1000 objects? (/showthread.php?tid=637460)



Way to overcome the 1000 objects? - Wazowski - 14.07.2017

"If is more than 1000 object it will be not added, bcz samp limit is 1000 object"
Do I have any way to overcome 1000 objects?
https://sampforum.blast.hk/showthread.php?tid=637457


Re: Way to overcome the 1000 objects? - Alex Magaсa - 14.07.2017

You can use streamer: https://github.com/samp-incognito/sa...lugin/issues/6. You cant increase SA:MP Object Limit. Just replace CreateObject to CreateDynamicObject while you use Streamer Plugin, Cheers.


Re: Way to overcome the 1000 objects? - Wazowski - 14.07.2017

I'm sorry for the ignorance, but I started putting [map] 2 days ago, I have no idea how to do it, is there anyone already explained before? Because I really want to add more than 1000 objects


Re: Way to overcome the 1000 objects? - HoussemGaming - 14.07.2017

You use editor.exe ?


Re: Way to overcome the 1000 objects? - Wazowski - 14.07.2017

yes bro!


Re: Way to overcome the 1000 objects? - Wazowski - 14.07.2017

Here are my games
http://www.mediafire.com/file/te7a2cauoihd94p/1v1.amx
http://www.mediafire.com/file/k1qjnr5d30rxuqb/1v1.pwn


Re: Way to overcome the 1000 objects? - HoussemGaming - 14.07.2017

So copy your objects, Click on Import Paste, click on show code, change createobject to createdynamicobject


Re: Way to overcome the 1000 objects? - Barnwell - 14.07.2017

Yes you will have to change CreateObject to CreateDynamicObject
Here is the link of Streamer Plugin https://sampforum.blast.hk/showthread.php?tid=102865


Re: Way to overcome the 1000 objects? - Wazowski - 14.07.2017

If I delete original gta objects, can I exceed 1000?


Re: Way to overcome the 1000 objects? - Barnwell - 14.07.2017

Nope you can't.