• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Actor streaming bug
#1
Hey there



Is there any way to fix this? Anyway I don't understand why just some actor doing this.



[Video: https://www.youtube.com/watch?v=KBRrj5E2...e=youtu.be]
  Reply
#2
You should post how you create them, what they're used for, etc. so that someone can see if something's wrong with the code.
Stoned Ape

  Reply
#3
Must be due to a streaming distance glitch, however removing the "300.00" or whatever distance you are using, leaving to default may fix it. Can you post a snippet on how you create them?
  Reply
#4
We need to see how you define the actors. However when actors begin acting up like this the easiest (albeit probably not correct) way to fix it is by using dynamic actors through a plug-in such as Incognito Streamer
  Reply
#5
I'm using the latest streamer.



Code:
CreateDynamicActor(modelid, Float:x, Float:y, Float:z, Float:r, invulnerable = true, Float:health = 100.0, worldid, interiorid);



Anyway I have a lot of actors in interiors. Could be this a problem? This is not always happen.
  Reply
#6
Does this happen in every interior? Can you show us the actual code that spawns the actors instead of the generic definition of the function?
  Reply
#7
(2019-05-17, 06:33 PM)Markski Wrote: Does this happen in every interior? Can you show us the actual code that spawns the actors instead of the generic definition of the function?



It's only happen whenever there are a lot actors nearby for the player but not always. Sometimes just some actor are missing.? I have about 5-15 actors in every interior (for example lspd, sfpd, lvpd, pizza stack co interior, burger shot, etc... )

Code is totally unnecessary. All parameters are default except X, Y, Z, A.
  Reply
#8
In that case it might be an issue with the plugin itself failing to handle the streamed actor volume, in which case I suggest you try reporting this anomaly here https://github.com/samp-incognito/samp-s...gin/issues
  Reply
#9
(2019-05-19, 02:29 AM)Markski Wrote: In that case it might be an issue with the plugin itself failing to handle the streamed actor volume, in which case I suggest you try reporting this anomaly here https://github.com/samp-incognito/samp-s...gin/issues



Okay

Thanks for your help
  Reply


Forum Jump: