-
Posts
5,154 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
- 259 comments
-
- 1
-
-
- 259 comments
-
heya, the permission is raidablebases.despawn.buyraid you will need to set it up in the config file too "Refunds": { "Refund Despawned Bases": false, "Base Becomes Ineligible For Rewards On Despawn": true, "Block Refund If Base Is Damaged": true, "Block Despawn If Base Is Damaged": true, "Block Despawn If Anything Is Looted": true, "Refund Percentage": 100.0, "Refund Resets Cooldown Timer": false, "Cooldown (0 = No Cooldown)": 0.0 },
-
- 259 comments
-
heya @Mr01sam there is an issue with the CanBeTargeted hook. it returns true when CanEntityBeTargeted returns true, instead of null. this causes the native AutoTurret.ObjectVisible method to return early. that bypasses the visible checks and results in turrets shooting at players behind walls. if your call to CanEntityBeTargeted returns true then you can return null from CanBeTargeted. then the game can continue with its visible checks in AutoTurret.ObjectVisible
- 259 comments
-
- 1
-
-
hi, Purge Settings in the config. abandonedbases.basic is 3 days abandonedbases.veteran is 5 days abandonedbases.vip is 7 days you can change the days. then you grant the players the permission. oxide.grant group default abandonedbases.basic
-
@TheAdmin hi, any feedback?
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
this is fixed in the next update, thanks
-
Changed Status from Pending to Closed
-
that would be great you too
-
heya. glad you like my mod! sorry, but I've not had this question before unfortunately, I don't know much about that plugin but I have seen it working on some servers so I'm sure if you ask there then someone could help you
-
heya, yes. it works off of days, but you can use a fraction for hours if you really wanted to.
-
hi, yes, simply installing them to copypaste folder is not enough. they need to be in the profiles too. so add any new bases with the rb.config add command.
-
Option to remove the green/red cirkel on the ground ?
nivex replied to DctrSmokey's Support Request in Support
Changed Status from Pending to Closed -
Option to remove the green/red cirkel on the ground ?
nivex replied to DctrSmokey's Support Request in Support
no problem, enjoy