You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Earlier today I set Minicopter's "Only Owner and team can mount" to "true" whilst simulatenously having the Attack heli, and scrap heli set to "false" and the "false" flag was overriding the minicopter's true.
Not sure if it's something you'll be able to replicate, or if it was due to some sort of interference from MinicopterOptions somehow (I doubt it, though.)
Also, is there any way you can make it so that there's a config option for "Only owner and team can CONTROL/loot fuel containers" instead of just mount? I'd be more than happy to throw you some coffee or beer money for this customized edit if you can. I'd like to be able to give people rides without allowing them control over my fuel-less mini.
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue. Sorry for missing it, I wasn't subscribed to issues on this repository since it isn't mine, but I have subscribed now. Since this is a uMod plugin, the recommended way to get support going forward is via the uMod forums.
I confirmed in the code that the CanMountEntity method is missing a check for the specific type of helicopter, so the symptom you described makes sense. This happened because originally the feature was enabled/disabled by subscribing/unsubscribing a hook, and so I forgot to add a check in the hook function itself when transitioning to multiple types of helicopters. A similar miss was originally done for the Destroy on disconnect option, but that was identified and fixed during the v3.0.0 beta.
As for your suggestion regarding giving players rides, that might be a good fit for the Vehicle Deployed Locks plugin, where players that authenticate with the code lock's guest code could potentially only mount the vehicle (possibly only passenger seats), with no access to other vehicle features. Either way, please open a feature request on the respective uMod plugin forum.
Uh oh!
There was an error while loading. Please reload this page.
Earlier today I set Minicopter's "Only Owner and team can mount" to "true" whilst simulatenously having the Attack heli, and scrap heli set to "false" and the "false" flag was overriding the minicopter's true.
Not sure if it's something you'll be able to replicate, or if it was due to some sort of interference from MinicopterOptions somehow (I doubt it, though.)
Also, is there any way you can make it so that there's a config option for "Only owner and team can CONTROL/loot fuel containers" instead of just mount? I'd be more than happy to throw you some coffee or beer money for this customized edit if you can. I'd like to be able to give people rides without allowing them control over my fuel-less mini.
The text was updated successfully, but these errors were encountered: