SA-MP Forums Archive
max Objects bug. - 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: max Objects bug. (/showthread.php?tid=545433)



max Objects bug. - dangerkiller - 08.11.2014

hello guys i got a bug when i am trying to put more then 700objects someone can help me ?
i need 3000 objects slot(please help me).

Thank you guys!!!


Re: max Objects bug. - Capua - 08.11.2014

https://sampforum.blast.hk/showthread.php?tid=102865


Re: max Objects bug. - Abagail - 08.11.2014

Use a streamer such as the streamer plug-in.

Using Incognito's streamer plug-in follow these steps,

After including into your script, press "CTRL+H".

A box saying "replace" at the top should then pop up with two input boxes inside of it. In the first box type "CreateObject" and then in the second box type "CreateDynamicObject" and then hit replace.

Then after placing the .dll or .so file in your plugins folder add "streamer" or "streamer.so" in the server cfg file(if using linux), and then run the server and it should work.


Re : max Objects bug. - dangerkiller - 08.11.2014

i got this errors in my samp.exe
http://imgur.com/Q5y4NU3


Re : max Objects bug. - dangerkiller - 08.11.2014

what should i do now?


Re: max Objects bug. - Capua - 08.11.2014

What did you do exactly with the streamer and your script after downloading it?