IS4Code / YSF

YSF Server Functions
Other
98 stars 34 forks source link

Per-player actors & working per-player pickups #98

Open NexiusTailer opened 4 years ago

NexiusTailer commented 4 years ago

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.

IS4Code commented 4 years ago

Good idea!

NegativeIQ commented 4 years ago

These seems more like streamer feature then YSF

NexiusTailer commented 4 years ago

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

NegativeIQ commented 4 years ago

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

NexiusTailer commented 4 years ago

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 commented 4 years ago

Related to #48