Posts: 447
Threads: 6
Joined: May 2006
Reputation:
0
<__Ǝthan__>: That is possible, I suppose. What you could do in your script, though, is lower the streaming distance for any checkpoints that are very close to each other so that the nearest one will always be visible.
[SU]BP13: I will gladly try to fix the problem if you can provide me with some more information.
Posts: 435
Threads: 5
Joined: Oct 2007
Reputation:
0
nice streamer
the only thing that i dont like is the checkpoint streamer
nearest would be best
Posts: 447
Threads: 6
Joined: May 2006
Reputation:
0
Thanks. The nearest checkpoint is automatically streamed, but you can only see one on your screen at a time. This is why I suggested lowering the streaming distance if necessary in my previous post.
Posts: 515
Threads: 76
Joined: May 2008
Reputation:
0
Suggestion:
GetPlayerCheckpoint(id);
would return checkpoint id if player is in some, -1 if not.
Posts: 2,034
Threads: 153
Joined: Jan 2009
Reputation:
0
I would attempt to fix it if I knew anything about plugins. I guess I will have to deal with it until someone else finds out whats wrong.
Posts: 60
Threads: 1
Joined: Aug 2006
Reputation:
0
amazing plugin Incognito,
this is the kind of plugins that should be include in the sa-mp servers releases!!!
Posts: 81
Threads: 3
Joined: Jun 2007
Reputation:
0
Where, and how would I exactly lower the draw distance for all of the objects? Other than that, the streamer works amazingly.
Posts: 81
Threads: 3
Joined: Jun 2007
Reputation:
0
Huh. Guess it was some kind of glitch on my part, it works great now! Best streamer ever :P
Posts: 447
Threads: 6
Joined: May 2006
Reputation:
0
Glad to see that it is working well.
$ЂЯĢ: I could do that, but it is probably not a very good idea in practice. I would have to destroy and recreate the map icon on each update if its position has changed, and this would not exactly be a smooth transition unless the tickrate has been set to a very low number.
On a related note, Rebel suggested object grouping to me some time ago on IRC. I think this could be quite useful, so I might implement it later.
Posts: 603
Threads: 12
Joined: Sep 2007
Reputation:
0
Not sure if this is already reported, but theres a bug with SetDynamicObjectRot. It moves the objects rotation scriptwise, but doesn't update unless you go out of its stream location and back in.
Posts: 447
Threads: 6
Joined: May 2006
Reputation:
0
Sorry about that. I made a small typo in the include file. Try the download link again.
Edit: While testing a few things in my server yesterday, I discovered a bug in the plugin that caused newly created items to use existing IDs when previous items were manually destroyed. My IRC plugin was also affected by this. Fixed versions of each have been uploaded.
Posts: 23
Threads: 9
Joined: Sep 2009
Reputation:
0
Are there any object converters for this streamer yet? im really keen to use this but to lazy to change objects