EconomyBanks

Banking, cash, interest, tax, money drop on death, and more

Total Downloads: 1,881 - First Release: Jan 19, 2016 - Last Update: May 12, 2018

5/5, 8 likes
  1. Wulf

    Wulf Community Admin

    All set. :)
     
  2. Thanks bud
     
  3. Pho3niX90 updated Economy Banks with a new update entry:

    1.5.50 (untested)

     
  4. Tested by me plugin works fine and all fetures work :)
    [DOUBLEPOST=1477365767][/DOUBLEPOST]will let u know how it works with hurtstore
     
  5. Pho3niX90 updated Economy Banks with a new update entry:

    1.5.51

     
  6. *fix color code says >color u have recived $250
     
  7. *fix color code says >color u have recived $250
     
  8. anyway to have a group permission a player on the server did /bank wipe all and erased everyones money how to prevent this from happening !
     
  9. Hey @Wulf @Pho3niX90 , you should add:
    Code:
    if (!player.IsAdmin) return;
    On line 273...
    That's the wipe command but it's available for everyone now.
     
  10. Hello i have problem commands not working in chat. like /bank balance and i get this error when i do /bank balance can someone Help. best regards bankbalance.jpg
     
  11. @Madnirva 2. This is an error since one of the oxide updates, it's because of the hurt.SendChatMessage(). The plugin uses hurt.SendChatMessage(session, message) but it should be hurt.SendChatMessage(session, prefix, message)...
    To solve this error you have to change every hurt.SendChatMessage(session, message) to hurt.SendChatMessage(session, null, message).
     
  12. @Mr. Blue where i change this ? in economybank plugin ?
     
  13. As he told you to change the following thing eveything wat is called on the plugin hurt.SendChatMessage(session, message)
    to change to hurt.SendChatMessage(session, null, message).

    you're able to do this thourgh the plugin it self,
    So open the plugin press shift+f and search for urt.SendChatMessage(session, message)
    then replace eveything that is called with urt.SendChatMessage(session, message)
    to hurt.SendChatMessage(session, null, message).

    and as he told you it should fix your problem,
    And also besure after changeing it to upload it on here because you aren't the plugin owner,
     
  14. Hello thank you Mr. blue and TrusDeadnitro that's fix my problem and i do the same in hurtstore plugin but i got another error. like /shop ammo or /shoop food give me this error can you help me with that ? best regards. hurtstore.jpg
     
  15. @Mr. Blue Hello bro can you help me with that error please hurtstore.jpg
     
  16. Here is an updated version of the plugin, fixed the chatmessage null reference error and the /wipe command being available to eveyone.
     

    Attached Files:

  17. i think I'm doing something wrong because this plugin dosnt work for me, it does give me 5$ cash now and again but i cant see my balance ect i enter /bank balance and noting happens, thank in advance
     
    Last edited by a moderator: Jan 15, 2018
  18. i think i have managed to sort this out i didn't see that there was an update file i uploaded them files and seems to be working
     
  19. Wulf

    Wulf Community Admin

    Wulf updated EconomyBanks with a new update entry:

    1.5.6