2020-05-10, 07:13 AM
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-s...ipulation)
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.
https://github.com/samp-incognito/samp-s...ipulation)
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.