as above, cant get it to work with https://umod.org/plugins/spawn-modular-car , simply car spawning without turret, no error, permissions sorted.
Can't get it to work with spawn-modular-carNot An Issue
Automatically spawning turrets on player cars requires a combination of configuration and permisisons.
- The
SpawnWithCar->OtherCarSpawns->Enabledconfig option must betrue. This allows turrets to auto spawn on cars spawned by plugins. - Either the
SpawnWithCar->OtherCarSpawns->RequirePermissionconfig option must betrue, OR the player must have thecarturrets.spawnwithcarpermission. - The
SpawnWithCar->SpawnChanceByModuleconfig options must be greater than 0 (set to 100 for guaranteed spawn), for each module type that you want to allow potential turret spawns, such as forvehicle.1mod.cockpit. - The player must have module-specific permissions, such as
carturrets.vehicle.1mod.cockpit, OR thecarturrets.allmodulespermission. - The
DefaultLimitPerCarconfig option must be at least 1, OR the player must have acarturrets.limit.<2-4>permission.
IMO, the most confusing this about this is that you have to update the config at all, since ideally the permissions should be sufficient. I may simplify that in v2 when I expand the plugin to support all vehicles.
Locked automatically