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



error - hillko - 09.05.2014

ERROR: Only the first 2500 objects could be created - object limit exceeded.


Re: error - Faisal_khan - 09.05.2014

Which streamer include do you use?


Re: error - Beckett - 09.05.2014

Use dynamic objects instead of CreateObject.


Re: error - hillko - 10.05.2014

what is the best tape drive where many objects to do so in the game show!


Re: error - mrtms - 10.05.2014

Use CreateDynamicObject instead of CreateObject, just replace the CreateObject to CreateDynamicObject. You won't need to do anything else.


Re: error - Lynn - 10.05.2014

Use the Incognito streamer, then replace (Ctrl + H) all CreateObject with CreateDynamicObject.


Re: error - hillko - 10.05.2014

did as he said, go into the game and not one object does not appear that I did!


Re: error - Parallex - 10.05.2014

Hillko, make sure the CreateDynamicObject or CreateObject are Under OnGameModeInIt.


Re: error - hillko - 10.05.2014

Quote:
Originally Posted by BenJackster
Посмотреть сообщение
Hillko, make sure the CreateDynamicObject or CreateObject are Under OnGameModeInIt.
Код HTML:
forward EddObjects();
public EddObjects()
{
there are objects


Re: error - hillko - 10.05.2014

Quote:
Originally Posted by BenJackster
Посмотреть сообщение
Hillko, make sure the CreateDynamicObject or CreateObject are Under OnGameModeInIt.
did but objects in OnGameModeInIt all phases equally not displayed!