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



mapping problem - oscar7610 - 05.05.2012

What is the limit of mapping objects? In a server?

I would like to add some mapping like 500+ object how can I make it if the server contains a limit?


Re: mapping problem - ]Rafaellos[ - 05.05.2012

Add in your server streamer.


Re: mapping problem - oscar7610 - 05.05.2012

How? Im new here


Re: mapping problem - ]Rafaellos[ - 05.05.2012

Click HERE.


Re: mapping problem - sniperwars - 05.05.2012

Add this to the top of your script:

pawn Код:
#include <streamer>



Re: mapping problem - oscar7610 - 05.05.2012

I got that plugin man


Re: mapping problem - .FuneraL. - 05.05.2012

Add the #include <streamer> in top of script and add plugin streamer.dll for windows or streamer.so for linux.


Re: mapping problem - oscar7610 - 05.05.2012

Quote:
Originally Posted by sniperwars
Посмотреть сообщение
Add this to the top of your script:

pawn Код:
#include <streamer>
I have it. still when I add more then 250 it will delete some of my mapping.

https://sampwiki.blast.hk/wiki/Limits


Re: mapping problem - newbienoob - 05.05.2012

Inside of your server.cfg add
Plugins streamer


Re: mapping problem - oscar7610 - 05.05.2012

Quote:
Originally Posted by newbienoob
Посмотреть сообщение
Inside of your server.cfg add
Plugins streamer
I have it already. I got like 1500+ objects. Is it normal I mean Can I have 1500?