Big problem with the object limit - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Big problem with the object limit (
/showthread.php?tid=259052)
Big problem with the object limit -
HeLiOn_PrImE - 02.06.2011
Hello there I need some help...
We are trying to mount
this neon system on our server, but we have a huge problem. We crossed the player object limit. I understand that we can use a streamer to create the objects and cross that limit, but we don't really know what to use. Can someone help us? The script creator is not so active anymore. His last activity was like 3 months ago.
We are using Incognito's streamer plugin on the server for maps. if we deactivate it, the neon system works. It doesn't have useful functions for us, either. We are kind of stuck. Any help would be appreciated.
How can we use attachobjecttoplayer for objects streamed with incognito's plugin??
Re: Big problem with the object limit -
HeLiOn_PrImE - 03.06.2011
come on guys, no one
Re: Big problem with the object limit -
HeLiOn_PrImE - 04.06.2011
whatever, guys thanks for nothing..
Re: Big problem with the object limit -
MetalScript - 04.06.2011
Well its a duff problem, only thing that helps is deleting some objects...
AW: Big problem with the object limit -
Nero_3D - 04.06.2011
Cant be done since the streamer use Player Objects and there is no AttachPlayerObjectToVehicle
Re: Big problem with the object limit -
HeLiOn_PrImE - 04.06.2011
we solved it by changing the streamer we used...it seems to be working fine now
Respuesta: Re: Big problem with the object limit -
usrb1n - 04.06.2011
Quote:
Originally Posted by HeLiOn_PrImE
we solved it by changing the streamer we used...it seems to be working fine now
|
What streamer are you using? I have the same problem, CreateObject won't work on my public server and I can't stream the neons with the streamer.
Re: Big problem with the object limit -
HeLiOn_PrImE - 04.06.2011
I'm not the scripter but I will tell you exactly what my friend did when I find out.
Respuesta: Re: Big problem with the object limit -
usrb1n - 04.06.2011
Quote:
Originally Posted by HeLiOn_PrImE
I'm not the scripter but I will tell you exactly what my friend did when I find out.
|
Please....If you could

It will help me alot.
Re: Big problem with the object limit -
HeLiOn_PrImE - 05.06.2011
bad luck, he went on holiday for a couple of days. Anyway before solving it he said something about trying this:
Код:
Streamer_VisibleItems(STREAMER_TYPE_OBJECT, 150);
I don't know if that is is or not, but I'll get back with details when I can.