open.mp forum
[Suggestion] Entity data manipulation - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: open.mp (https://forum.open.mp/forumdisplay.php?fid=40)
--- Forum: Questions and Suggestions (https://forum.open.mp/forumdisplay.php?fid=42)
--- Thread: [Suggestion] Entity data manipulation (/showthread.php?tid=1081)



Entity data manipulation - EvilShadeZ - 2020-05-10

Hi, I am pretty sure a lot of you have used data manipulation in streamer plugin and I'm sure a lot of servers rely heavily on it.



https://github.com/samp-incognito/samp-streamer-plugin/wiki/Natives-(Data-Manipulation)



If an alternative that works similar could be (or already is) implemented would be amazing, especially if it expands over all streamed entity types.

E_STREAMER_EXTRA_ID is especially important as I'm already using it to identify objects without creating huge arrays or storing object related info into the object itself.



Even without EXTRA_ID there are things that simply can't be done without messing with the data directly, like re-setting the stream distance on the objects, setting objects to render only in specific worlds (array)?etc.