SA-MP Forums Archive
Map constructor crashes with over 1000 objects - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Map constructor crashes with over 1000 objects (/showthread.php?tid=612292)



Map constructor crashes with over 1000 objects - ax1 - 16.07.2016

I use map cunstructor and when I try to click "Test" with over 1000 objects added server crashes. What do I do? When I click "Show Code" all objects are created with CreateDynamicObect so I don't know where is the problem


Re: Map constructor crashes with over 1000 objects - J0sh... - 16.07.2016

Quote:
Originally Posted by ax1
Посмотреть сообщение
I use map cunstructor and when I try to click "Test" with over 1000 objects added server crashes. What do I do? When I click "Show Code" all objects are created with CreateDynamicObect so I don't know where is the problem
As far as I know, the 'test' mode is not using a streamer what so ever, so you crash with 1000+ objects.

On the code it's there just so you can integrate it into your script with no hassle.