open.mp forum
[Pawn] Actor streaming bug - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10)
--- Thread: [Pawn] Actor streaming bug (/showthread.php?tid=484)



Actor streaming bug - rasheed - 2019-04-28

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=KBRrj5E276U&feature=youtu.be]


RE: Actor streaming bug - DTV - 2019-05-07

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.


RE: Actor streaming bug - unix - 2019-05-12

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?


RE: Actor streaming bug - Markski - 2019-05-14

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


RE: Actor streaming bug - rasheed - 2019-05-17

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.


RE: Actor streaming bug - Markski - 2019-05-17

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?


RE: Actor streaming bug - rasheed - 2019-05-18

(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.


RE: Actor streaming bug - Markski - 2019-05-19

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-streamer-plugin/issues


RE: Actor streaming bug - rasheed - 2019-05-19

(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-streamer-plugin/issues



Okay

Thanks for your help