Jump to content

IIIaKa

Creator
  • Posts

    1,855
  • Joined

  • Last visited

Everything posted by IIIaKa

  1. IIIaKa

    HELI SIGNAL TEAM

    I understand that this behavior creates an exploit for farming helicopters, so this issue will be fixed in the next update. And I don't think any API methods will be needed.
  2. IIIaKa

    HELI SIGNAL TEAM

    @arno1986 @ZEODE In my plugin, when damage is received, the attacker is determined and since helicopters from HeliSignals have the OwnerID of the player who called them, my plugin considers this to be friendly fire. If the team leader enables friendly fire, then they will also start taking damage from such helicopters. /realpve team ff
  3. IIIaKa

    HELI SIGNAL TEAM

    Changed Status from Pending to Work in Progress
  4. Hello. First, make sure the owner of the turrets has the permission you're configuring. After the player receives the permission, turn the turrets off and on again.
  5. Changed Status from Pending to Work in Progress
  6. IIIaKa

    New user needing some help

    If you have anything to add, feel free to write in this thread.
  7. IIIaKa

    New user needing some help

    Changed Status from Work in Progress to Not a Bug
  8. If you have anything to add, feel free to write in this thread.
  9. Changed Status from Work in Progress to Not a Bug
  10. If you have anything to add, feel free to write in this thread.
  11. Changed Status from Work in Progress to Fixed Changed Fixed In to Next Version
  12. IIIaKa

    Bug

    If you have anything to add, feel free to write in this thread.
  13. IIIaKa

    Bug

    Changed Status from Work in Progress to Fixed Changed Fixed In to Next Version
  14. IIIaKa

    Bug

    Hello. Please add a value for the 'beartrap' key at the end of the file *SERVER*\oxide\data\ActivityRewards\KillRewards.json. This will disable the reward for destroying bear traps. { ... }, "beartrap": { "PluginInt": 0, "PluginDouble": 0, "ItemsList": null } }
  15. IIIaKa

    Failed to call hook

    If you have anything to add, feel free to write in this thread.
  16. IIIaKa

    Failed to call hook

    Changed Status from Work in Progress to Fixed Changed Fixed In to Next Version
  17. IIIaKa

    Failed to call hook

    It looks like in the last update, part of a line was accidentally deleted. Please open the ZoneStatus.cs plugin in any text editor, go to line 622, find GetNewZone(MonumentsCargoShip, true); and replace it with _monumentsConfig[MonumentsCargoShip] = GetNewZone(MonumentsCargoShip, true); This should fix this error, but it won’t save the settings for CargoShip. Tomorrow, I’ll try to release a new version with this and other fixes, that version will save the settings for CargoShip.
  18. IIIaKa

    Failed to call hook

    @0g.Ghost.7373 Hello. Please check the presence of 'CargoShip' in the config(*SERVER*\oxide\data\ZoneStatus\MonumentsConfig.json), the error indicates it is missing.
  19. IIIaKa

    Failed to call hook

    Changed Status from Pending to Work in Progress
  20. IIIaKa

    NRE + Stacktrace

    If you have anything to add, feel free to write in this thread.
  21. IIIaKa

    NRE + Stacktrace

    Changed Status from Work in Progress to No Response
  22. @Kobani Hello, unfortunately, I don’t have access to the CustomPortals plugin and as I understand, this plugin uses vending machines to create portals. Since I don’t have access to this plugin, could you please check it yourself by modifying one method(hook) in the plugin? You need to open the vDelivery.cs file with any text editor and at line 573 find the method OnEntitySpawned, then completely replace it with the following method: void OnEntitySpawned(VendingMachine vending) { if (!vending.OwnerID.IsSteamId() || !_storedData.PlayersData.TryGetValue(vending.OwnerID, out var playerData)) return; NextTick(() => { if (vending == null || !CanModifyVending(vending, playerData)) return; if (playerData.AutoModify) ModifyVending(vending, playerData, true); else if (BasePlayer.FindByID(vending.OwnerID) is BasePlayer player) ShowPopup(player, vending.net.ID.Value); }); }
  23. Changed Status from Pending to Work in Progress
  24. IIIaKa

    Gather rewards not work

    If you have anything to add, feel free to write in this thread.
  25. IIIaKa

    Gather rewards not work

    Changed Status from Work in Progress to No Response
1.8m

Downloads

Total number of downloads.

8.6k

Customers

Total customers served.

128.8k

Files Sold

Total number of files sold.

2.7m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.