Posts: 882
Threads: 34
Joined: Oct 2008
Reputation:
0
When I started to read the latest replies I started to panic, but I hope that it can be resolved as soon as possible.
Posts: 1,208
Threads: 36
Joined: Apr 2015
Posts: 298
Threads: 46
Joined: Mar 2011
Reputation:
0
Has github responded to your account being deleted?
Posts: 3,324
Threads: 96
Joined: Sep 2013
And we're back in business!
Posts: 1,167
Threads: 57
Joined: Jul 2010
Reputation:
0
Maybe someone can think a way to re-stream a single object ?
When I apply Material color to an object, and reset it to default it loses its original coloring, unless I recreate the object or go away, so it can re-stream. Streamer_Update/Ex didnt helped.
Posts: 61
Threads: 19
Joined: May 2014
Reputation:
0
Hello everybody.
I would like to apologize for my poor English and if anybody has already written it before.
But, I've got a small suggestion for object streamer.
Imagine, that we have a big amount of streamed objects in one place (for example - interior). As I understood, streamer will check distance between each and every one object and between each and every one player.
But, what if we combine all these objects in one place into an special object area? I mean, when we creating objects, we declare, that they are from specified area. So, streamer would only check a distance between player and this area, and if it's alright, stream all object from this area.
I think it will be less distance check, isn't it?
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by Anuris
Hello everybody.
I would like to apologize for my poor English and if anybody has already written it before.
But, I've got a small suggestion for object streamer.
Imagine, that we have a big amount of streamed objects in one place (for example - interior). As I understood, streamer will check distance between each and every one object and between each and every one player.
But, what if we combine all these objects in one place into an special object area? I mean, when we creating objects, we declare, that they are from specified area. So, streamer would only check a distance between player and this area, and if it's alright, stream all object from this area.
I think it will be less distance check, isn't it?
|
I suggested this on GitHub about 6 months ago. My suggestion was to assign dynamic items to a specific dynamic area, it would be a bit like you said.
https://github.com/samp-incognito/sa...ugin/issues/71
So far, IStuntmanI and JernejL supported the idea. I've had no reply from
Incognito, however, since h has closed the issue yet I'm guessing he has at least considered it.
Posts: 527
Threads: 106
Joined: Dec 2012
Reputation:
0
How to fix "Error: Function not registered: 'CreateDynamicObject'" ?:<
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by radiobizza
How to fix "Error: Function not registered: 'CreateDynamicObject'" ?:<
|
Load the plugin.
Add '
streamer' to the 'plugins' line of your server.cfg, make sure the plugin is in the 'plugins' folder, and viola.
Posts: 1,208
Threads: 36
Joined: Apr 2015
you may just wrong order plugins
crashdetect - must be first
nativechecker - must be last
plugins crashdetect ... nativechecker
Posts: 352
Threads: 37
Joined: Jun 2012
Quote:
Originally Posted by mobiliz
pawn Код:
if(checkpointid == RaceStart)
|
Did you even read what he said?
Posts: 727
Threads: 79
Joined: Mar 2012
Reputation:
0
Hello,
Is it possible that the default 3d text labels for players are not working anymore when I use the streamer?
All player labels are gone suddenly.