Jump to content

MrLiquid

Member
  • Posts

    1,227
  • Joined

  • Last visited

Everything posted by MrLiquid

  1. MrLiquid

    please sir

    please add support for economics
  2. MrLiquid

    Please add

    I went to Adem from ArmoredTrain, he said to bring my request here please While NON event owner is locked out from event bubble, can you please add a config option to allow admin to enter event zone please? Also if the EVENT bubble popups and players bases are caught up inside, is there a way they can enter also so they can access their bases?
  3. restart your server, it fixed my problem
  4. MrLiquid

    Brick skin

    Will you be adding the brick skin please?
  5. nothing to see here, simple restart fixed it all
  6. MrLiquid

    Wipe 4 August

    void OnItemCraftFinished(ItemCraftTask task, Item item) becomes void OnItemCraftFinished(ItemCraftTask task, Item item, ItemCrafter craft) task.owner becomes craft.owner string user = db.QueryString($"SELECT info FROM {table} WHERE id = ?", id); becomes string user = db.Query<string, string>($"SELECT info FROM {table} WHERE id = ?", id);
  7. MrLiquid

    Server Hud

    meh, the previous rewrite 2.1.18 works fine, I'm staying with that
  8. I will use my winnings to buy another quality codefling plugin. thank you
  9. MrLiquid

    RHS of the screen

    Can you please show an image of your HUD on the right hand side of the screen. I have your previous version and it looks great on the RHS of the screen, before I upgrade I want to see if it looks ok with all your additional buttons. Thank you
  10. MrLiquid

    Add please

    IsAdmin bypass to access mini belonging to other players etc please
  11. MrLiquid

    Conflict with TruePVE

    here is a fix... Fine this in the .cs object OnEntityTakeDamage(Tugboat boat, HitInfo info) { if (_config.disableDamage && boat.net.ID == currentBoat?.Boat.net.ID) { return false; } return null; } CHANGE IT TO THIS object OnEntityTakeDamage(Tugboat boat, HitInfo info) { if (_config.disableDamage && boat.net.ID == currentBoat?.Boat.net.ID) { return true; } return null; } save and compile. will solve the problem
  12. MrLiquid

    Any chance

    Is it possible to have a convoy setting so players can not stop the Convoy in or near a safe zone?
  13. MrLiquid

    Conflict with TruePVE

    yes but the dev seems reluctant to make any simple changes
  14. MrLiquid

    Conflict with TruePVE

    @The_Kiiiing I spoke to Nivex from TruePVE he suggested "OnEntityTakeDamage hook should return true, and that it would be better if it subscribed to CanEntityTakeDamage on truepve and nextgenpve servers"
  15. MrLiquid

    Conflict with TruePVE

    MORE CONFLICTS NOW Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Pirate[1063951] was killed by TK-4916[76561198040405899] at (-2360.9, 0.9, 920.2) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean))
  16. MrLiquid

    Police "dutygroup"

    When going offduty "/pde" the player still remains in the oxide group, can you please update.
  17. MrLiquid

    Conflict with TruePVE

    Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) OnEntityTakeDamage hook should return true, and that it would be better if it subscribed to CanEntityTakeDamage on truepve and nextgenpve servers
  18. MrLiquid

    Latest bug Ive seen

    Reckless0331[76561198294997331] was killed by Train_Driver_1[8931317] at (-1034.3, 18.7, -280.7) Failed to call hook 'IOnBasePlayerAttacked' on plugin 'RustCore v2.0.5925' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000fb] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0 (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35) ArmoredTrain.json
  19. MrLiquid

    location location location

    They spawned in B17, yet reported Z17.... other side of the map
  20. if a player logs off for say more than X time settable in config, can we please delete their mini ?
  21. MrLiquid

    Hello Sir

    Thank you.. I'm guessing which ever plugin I was using I no longer have running. Thank you again for you efforts o.load WhoUsesGridAPI WhoUsesGridAPI was compiled successfully in 2213ms Loaded plugin WhoUsesGridAPI v1.0.0 by Steenamaroo
  22. MrLiquid

    Hello Sir

    I've been running GridAPI for a while now. I cant remember why I needed it, I am sure you can help me remember please sir. what plugins use it as a dependency please?
  23. MrLiquid

    Please

    players name would be best
  24. MrLiquid

    was there an update or

    Not sure if you updated or forgot to change the Version number I am already running i.0.11 which is what the notification said was just released "EventHelper" (1.0.11) by imthenewguy (0.84s) -
  25. MrLiquid

    Can we please

    Thank you for your latest updates, Can we please have a config option to lock the crates/supply drops to the event owner please Event owner will be first player/team to damage event, (npc & heli etc)
1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

119.4k

Files Sold

Total number of files sold.

2.4m

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.