Jump to content

MrLiquid

Member
  • Posts

    1,384
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by MrLiquid

  1. MrLiquid

    Brick skin

    or go get it from here https://modpulse.com/product/building-skins/
  2. MrLiquid

    ON end of convoy event

    event owner completed the event, left the bubble, eventually event owner status was removed.. and he can no longer enter the bubble and the event is over. the bubble remains in place though, UNloaded the plugin, bubble still there. not to sure how to get rid of it.
  3. MrLiquid

    Can we please

    I wonder if you can allow craft tree XP only for group 'default' or to IGNORE configured Group.. "VIP" for example. I have instant crafting for my VIP players, essentially making the craft tree exploitable.
  4. MrLiquid

    Tugboats

    thank you for your plugin, I recently installed it on my server. Are tugboats supported in the "vehicles" please?
  5. Hello again, what is the size of your latest file in this pack please?
  6. as long as they are not over 1mb, I bought some trixy ones and one base file was 71 MB
  7. Hello, what is the largest file size amongst this package? are any of these bases in any of your other packages you sell?
  8. MrLiquid

    please sir

    please add support for economics
  9. 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?
  10. restart your server, it fixed my problem
  11. MrLiquid

    Brick skin

    Will you be adding the brick skin please?
  12. nothing to see here, simple restart fixed it all
  13. 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);
  14. MrLiquid

    Server Hud

    meh, the previous rewrite 2.1.18 works fine, I'm staying with that
  15. I will use my winnings to buy another quality codefling plugin. thank you
  16. 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
  17. MrLiquid

    Add please

    IsAdmin bypass to access mini belonging to other players etc please
  18. 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
  19. MrLiquid

    Any chance

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

    Conflict with TruePVE

    yes but the dev seems reluctant to make any simple changes
  21. 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"
  22. 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))
  23. MrLiquid

    Police "dutygroup"

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

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

133.8k

Files Sold

Total number of files sold.

2.8m

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.