Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [ZM] Universal bank for server and custom games

[ZM] Universal bank for server and custom games

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
22 Posts 14 Posters 12.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • JezuzLizard JezuzLizard

    I decided to make my own bank mod since it's a heavily requested mod for many server owners.

    This mod uses the player's stats file instead of a database which means it requires no external dependencies nor do you need to store the data yourself. This does mean the max bank amount is 250000 but that is still a lot of points so I personally don't see it as an issue.

    The mod works on all maps including maps without a bank normally. You can access the bank via chat commands which you can find more details about at the repo: https://github.com/JezuzLizard/T6-ZM-Universal-Bank

    You can download the latest compiled release here: https://github.com/JezuzLizard/T6-ZM-Universal-Bank/releases/tag/v1.0

    If you find any bugs while using the mod please report them in this thread.

    Desempregrado Offline
    Desempregrado Offline
    Desempregrado
    wrote on last edited by
    #13

    JezuzLizard Gostei do seu código, ficou bem organizado.

    Vejo que você fez uma função que eu tinha feito esses dias de uma forma diferente, talvez sua função esteja mais otimizada que a minha

    Is_Numeric( variavel )
    {
        ArrayVariante = [];
    
        for( i = 0; i < 10; i++ )
        {
            ArrayVariante[ i ] = i + "";
        }
    
        for( i = 0; i < variavel.size; i++ )
        {
            if( !IsInArray( ArrayVariante, variavel[ i ] ) ) return false;
    
        }
        return true;
    }
    1 Reply Last reply
    0
    • JezuzLizard JezuzLizard

      CrissJ0 Are you running any other mods? I did test the mod on Origins. The cause of this error is having too many static strings that don't use concatenation. If you have a mod menu installed that would likely use up most of the static strings available leaving very little for other mods.

      CrissJ0 Offline
      CrissJ0 Offline
      CrissJ0
      wrote on last edited by
      #14

      JezuzLizard said in [ZM] Universal bank for server and custom games:

      CrissJ0 Are you running any other mods? I did test the mod on Origins. The cause of this error is having too many static strings that don't use concatenation. If you have a mod menu installed that would likely use up most of the static strings available leaving very little for other mods.

      if I have one installed but in the other maps works the bank and the mod menu together....but thanks I solved it I had installed another system of bank and strangely that clashed with yours, now that I removed it and I work both as the bank and the mod menu. 😄

      1 Reply Last reply
      0
      • JezuzLizard JezuzLizard

        I decided to make my own bank mod since it's a heavily requested mod for many server owners.

        This mod uses the player's stats file instead of a database which means it requires no external dependencies nor do you need to store the data yourself. This does mean the max bank amount is 250000 but that is still a lot of points so I personally don't see it as an issue.

        The mod works on all maps including maps without a bank normally. You can access the bank via chat commands which you can find more details about at the repo: https://github.com/JezuzLizard/T6-ZM-Universal-Bank

        You can download the latest compiled release here: https://github.com/JezuzLizard/T6-ZM-Universal-Bank/releases/tag/v1.0

        If you find any bugs while using the mod please report them in this thread.

        KagbaOnTheRun Offline
        KagbaOnTheRun Offline
        KagbaOnTheRun
        wrote on last edited by
        #15

        JezuzLizard Do you have more scripts you made?

        1 Reply Last reply
        0
        • HillKiller Offline
          HillKiller Offline
          HillKiller
          wrote on last edited by
          #16

          Does this happen to work in bo1 as well?

          1 Reply Last reply
          0
          • crystya Offline
            crystya Offline
            crystya
            wrote on last edited by
            #17

            how to install it

            1 Reply Last reply
            0
            • VYRNACH GAMING Offline
              VYRNACH GAMING Offline
              VYRNACH GAMING
              wrote on last edited by
              #18

              does this work for anyone else? My points do not seem to persist between shutdowns of the game

              Mr.Boogiee 1 Reply Last reply
              0
              • Florid_Watch Offline
                Florid_Watch Offline
                Florid_Watch
                wrote on last edited by
                #19

                it works, but why do i have 14 million?

                1 Reply Last reply
                0
                • VYRNACH GAMING VYRNACH GAMING

                  does this work for anyone else? My points do not seem to persist between shutdowns of the game

                  Mr.Boogiee Offline
                  Mr.Boogiee Offline
                  Mr.Boogiee
                  wrote on last edited by
                  #20

                  VYRNACH GAMING found a fix?

                  kiikecaano_ 1 Reply Last reply
                  0
                  • CrissJ0 CrissJ0 referenced this topic on
                  • VicSentsuk Offline
                    VicSentsuk Offline
                    VicSentsuk
                    wrote on last edited by
                    #21

                    hi sir, do you have latest realease uncompiled ? i want to make more bank box to make max bank better

                    1 Reply Last reply
                    0
                    • AkiraKiri AkiraKiri referenced this topic on
                    • Mr.Boogiee Mr.Boogiee

                      VYRNACH GAMING found a fix?

                      kiikecaano_ Offline
                      kiikecaano_ Offline
                      kiikecaano_
                      wrote on last edited by
                      #22

                      Mr.Boogiee Did you find it?

                      1 Reply Last reply
                      0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • 1
                      • 2
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Unread 0
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Donate