SA-MP Forums Archive
SAMP objects over load ? - 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: SAMP objects over load ? (/showthread.php?tid=475232)



SAMP objects over load ? - Pro_LiZzy - 11.11.2013

For some reason my samp server dont want to load new objects I added.Everything was fine and then I added more 230 objects to my gamemode and it loaded only half.I tried again and it did same thing.I tried to removed others objects I added before and then it loaded almost all objects from my new map of 230 objects.I am wondering is there some object limit I can add to server or what ?


Re: SAMP objects over load ? - ***Niko*** - 11.11.2013

update your streamer,i guess its outdated or something...


Re: SAMP objects over load ? - Pro_LiZzy - 11.11.2013

Quote:
Originally Posted by ***Niko***
Посмотреть сообщение
update your streamer,i guess its outdated or something...
Yeah my friend is just explaining me via skype about it.


Re: SAMP objects over load ? - Akira297 - 11.11.2013

Make sure that you have either CreateObject or download the streamer plugin for more CreateDynamicObject.


Re: SAMP objects over load ? - Pro_LiZzy - 11.11.2013

Quote:
Originally Posted by Akira297
Посмотреть сообщение
Make sure that you have either CreateObject or download the streamer plugin for more CreateDynamicObject.
I included streamer but it dont working :P

http://prntscr.com/23jb0z


Re: SAMP objects over load ? - Akira297 - 11.11.2013

Quote:
Originally Posted by Pro_LiZzy
Посмотреть сообщение
I included streamer but it dont working :P

http://prntscr.com/23jb0z
Make sure it's updated? The include that I have (newest) states that is it. #include <streamer>


Re: SAMP objects over load ? - Pro_LiZzy - 11.11.2013

Quote:
Originally Posted by Akira297
Посмотреть сообщение
Make sure it's updated? The include that I have (newest) states that is it. #include <streamer>
Huh I placed it under OnGameModeInit and it worked if I place it on top it gives me many errors :O ?


Re: SAMP objects over load ? - Akira297 - 11.11.2013

Quote:
Originally Posted by Pro_LiZzy
Посмотреть сообщение
Huh I placed it under OnGameModeInit and it worked if I place it on top it gives me many errors :O ?
You're suppose to put it at the very top.


Re: SAMP objects over load ? - ***Niko*** - 11.11.2013

I would suggest you to use this Incognito's Streamer Plugin