YSF icon indicating copy to clipboard operation
YSF copied to clipboard

Per-player actors & working per-player pickups

Open NexiusTailer opened this issue 6 years ago • 6 comments

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.

NexiusTailer avatar Jul 23 '19 14:07 NexiusTailer

Good idea!

IS4Code avatar Jul 24 '19 17:07 IS4Code

These seems more like streamer feature then YSF

BitFros7y avatar Sep 12 '19 14:09 BitFros7y

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

NexiusTailer avatar Sep 12 '19 19:09 NexiusTailer

Oh, well in that case it makes sense implementing it. Maybe a bit of topic, but cant streamer just use raknet for such things?

BitFros7y avatar Sep 12 '19 19:09 BitFros7y

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.

NexiusTailer avatar Sep 13 '19 08:09 NexiusTailer

Related to #48

NexiusTailer avatar Mar 21 '20 19:03 NexiusTailer