YSF
YSF copied to clipboard
Per-player actors & working per-player pickups
How do you look at adding functions to create and interact with per-player actors?
Upd: And what about player pickups? Why this is disabled now? There are some natives in .inc file, but they're commented out.
Good idea!
These seems more like streamer feature then YSF
These seems more like streamer feature then YSF
Streamer can't implement such a feature as it's memory hacking, so it only uses ready-made functions from other plugins, like AttachPlayerObjectToVehicle from YSF for its AttachDynamicObjectToVehicle.
And if there would be an option to manage with per-player actors & pickups, streamer could base its own dynamic actors and pickups on these functions too...
Oh, well in that case it makes sense implementing it. Maybe a bit of topic, but cant streamer just use raknet for such things?
Oh, well in that case it makes sense implementing it. Maybe a bit of topic, but cant streamer just use raknet for such things?
As I understand, streamer isn't a memory hack plugin and it’s unlikely that Incognito will do such things directly.
Related to #48