-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per-player actors & working per-player pickups #98
Comments
Good idea! |
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? |
As I understand, streamer isn't a memory hack plugin and it’s unlikely that Incognito will do such things directly. |
Related to #48 |
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.
The text was updated successfully, but these errors were encountered: