SA-MP Forums Archive
Question - 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: Question (/showthread.php?tid=648457)



Objects not creating - Jokers98s - 22.01.2018

Is there limit in creating objects in samp ??....... 3/4 map objects are loading and some are not loading


Re: Question - denNorske - 22.01.2018

Yes, the stock limit with "CreateObject" is around 1000 objects.
https://sampwiki.blast.hk/wiki/Limits

Although you can get around this limit by using a plugin on the server, so called "Incognitos Streamer Plugin" or similar.

According to what you are saying, it seems unlikely this is the issue. How are these objects created and where/which relation?


Re: Question - Jokers98s - 22.01.2018

yes i use stock... objects under a limit no executing but all vehicles are build ed.. i got over 1,300.. Am using streamer too but still


Re: Question - Jokers98s - 22.01.2018

Is there any other way to over come the limit of creating the object the streamer not helping


Re: Question - Ritzy2K - 22.01.2018

The streamer should help, what's wrong?


Re: Question - Jokers98s - 22.01.2018

Fixed it thanks for the info abt limit else i would be in lot of trouble


Re: Question - denNorske - 22.01.2018

Quote:
Originally Posted by Jokers98s
Посмотреть сообщение
yes i use stock... objects under a limit no executing but all vehicles are build ed.. i got over 1,300.. Am using streamer too but still
Even if you use a streamer, the "CreateObject" limit will not be increased. You need to use "CreateDynamicObject" in order to bypass the limit
Hope it got fixed for you.

If you want to convert objects over to one another, you can test out this handy tool: https://convertffs.com
Just select that you want to convert SA-MP Object (CreateObject) to Incognitos Streamer Plugin or what you use, and it will convert the object code for you.


Re: Question - Sew_Sumi - 22.01.2018

When he said Stock, it wasn't about using it, it was about "Stock Standard the maximum is xxxx"


If you're using Stock in random places and don't know how to use it, check the 'Stop the abuse of Stock" thread.