AW: [REL] Streamer Plugin v2.3.8 -
Manuel1948 - 08.07.2010
Can delete this post, I've found out that I have to insert Streamer_Update(playerid); to OnPlayerUpdate(playerid), why you aren't writing it to your description?
Re: AW: [REL] Streamer Plugin v2.3.8 -
Sergei - 08.07.2010
Quote:
Originally Posted by Manuel1948
Can delete this post, I've found out that I have to insert Streamer_Update(playerid); to OnPlayerUpdate(playerid), why you aren't writing it to your description?
|
Why would you do that? Server has it's own checking intervals based on CPU ticks.
Re: [REL] Streamer Plugin v2.3.8 -
VitauM_ - 10.07.2010
Why should I change the maximum items visible to the function: Streamer_VisibleItems(type, items); (I used Streamer_VisibleItems(STREAMER_TYPE_OBJECT, 600)
, and is not really changing, and can display a maximum of only 254 objects, preventing the full charge of my map?
Sorry for my bad English!
Thanks!
Respuesta: [REL] Streamer Plugin v2.3.8 -
DarkChildren - 10.07.2010
Good Job Very nice!!!!
Re: [REL] Streamer Plugin v2.3.8 -
Sergei - 10.07.2010
Quote:
Originally Posted by VitauM_
Why should I change the maximum items visible to the function: Streamer_VisibleItems(type, items); (I used Streamer_VisibleItems(STREAMER_TYPE_OBJECT, 600) , and is not really changing, and can display a maximum of only 254 objects, preventing the full charge of my map?
Sorry for my bad English!
Thanks!
|
254 is SA:MP limit, you can't go over it.
Re: [REL] Streamer Plugin v2.3.8 -
Maggi - 10.07.2010
good plugin.
AW: [REL] Streamer Plugin v2.3.8 -
Littl3j0hNy - 12.07.2010
since 2.3.8 my Server does'nt load the Objects :/
Re: [REL] Streamer Plugin v2.3.8 -
keller012 - 12.07.2010
2 doubts
1-I created a map in the sea and put cars on the map. So the cars are falling in the water, the map does not carry the time and they fall.
Is there anything I can do to make it not fall?
2-How do I place the objects in another virtual world?
Re: [REL] Streamer Plugin v2.3.8 -
Sergei - 12.07.2010
1. Make sure that object streamign distance is biger than vehicle's.
2. Worldid parameter.
Re: [REL] Streamer Plugin v2.3.8 -
keller012 - 12.07.2010
1 - How I see it?
2-Thank you, I have not seen it in the native
Re: [REL] Streamer Plugin v2.3.8 -
Nekom - 12.07.2010
Some Dynamic 3d texts don't work to me... why?
This happens when i place a dynamic pickup in the same choords...
I think you putted a "return 1;" in the plugin's code when an item streams to a player, it's true?
Re: AW: [REL] Streamer Plugin v2.3.8 -
Toni - 12.07.2010
Quote:
Originally Posted by Littl3j0hNy
since 2.3.8 my Server does'nt load the Objects :/
|
Littl3j0hNy, did you use function Streamer_Update(playerid) OnPlayerConnect?
You need to update the streamer to make sure it loads everything
Re: [REL] Streamer Plugin v2.3.8 -
iZN - 13.07.2010
Using this streamer on my server ^^
Re: [REL] Streamer Plugin v2.3.8 -
Sergei - 13.07.2010
Quote:
Originally Posted by arbash
Using this streamer on my server ^^
|
Thanks for sharing that with us.
Re: [REL] Streamer Plugin v2.3.8 -
xxxDunecatxxx - 13.07.2010
hi, whats the max amount of objects we could create with this plugin?
thanks
Re: [REL] Streamer Plugin v2.3.8 -
Sergei - 13.07.2010
Quote:
Originally Posted by xxxDunecatxxx
hi, whats the max amount of objects we could create with this plugin?
thanks
|
You can add unlimited objects (basically until you run out of RAM), but only nearest 254 will be shown (SA limit).
Re: [REL] Streamer Plugin v2.3.8 -
Toni - 13.07.2010
Quote:
Originally Posted by Sergei
You can add unlimited objects (basically until you run out of RAM), but only nearest 254 will be shown (SA limit).
|
is 4gb of ram enough for about 15,000 objects? :P
Re: [REL] Streamer Plugin v2.3.8 -
Sergei - 13.07.2010
Quote:
Originally Posted by The Toni
is 4gb of ram enough for about 15,000 objects? :P
|
Yeah. (8 chars)
Re: [REL] Streamer Plugin v2.3.8 -
Toni - 13.07.2010
Quote:
Originally Posted by Sergei
Yeah. (8 chars)
|
Good then I can stream my objects!
(8 Chars) = ?
Re: [REL] Streamer Plugin v2.3.8 -
HACKHERS - 14.08.2010
Hi, Can you add SetPlayerPosWithObjects Please ?