Skip to content
  • 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
20 Posts 12 Posters 4.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • JezuzLizardundefined Offline
    JezuzLizardundefined Offline
    JezuzLizard Plutonium Staff
    replied to Ghost420_ on last edited by
    #11

    @Snoopy__ You didn't put the Tranzit specific script that was in zm_transit folder in the zm_transit folder in your server. Map specific scripts need to be in their map specific folder.

    1 Reply Last reply
    2
    • Ghost420_undefined Offline
      Ghost420_undefined Offline
      Ghost420_
      wrote on last edited by
      #12

      OK thank you !

      1 Reply Last reply
      0
      • Desempregradoundefined Offline
        Desempregradoundefined Offline
        Desempregrado
        replied to JezuzLizard 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
        • CrissJ0undefined Offline
          CrissJ0undefined Offline
          CrissJ0
          replied to JezuzLizard 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
          • KagbaOnTheRunundefined Offline
            KagbaOnTheRunundefined Offline
            KagbaOnTheRun
            replied to JezuzLizard on last edited by
            #15

            JezuzLizard Do you have more scripts you made?

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

              Does this happen to work in bo1 as well?

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

                how to install it

                1 Reply Last reply
                0
                • VYRNACH GAMINGundefined Offline
                  VYRNACH GAMINGundefined 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.Boogieeundefined 1 Reply Last reply
                  0
                  • Florid_Watchundefined Offline
                    Florid_Watchundefined Offline
                    Florid_Watch
                    wrote on last edited by
                    #19

                    it works, but why do i have 14 million?

                    1 Reply Last reply
                    0
                    • Mr.Boogieeundefined Offline
                      Mr.Boogieeundefined Offline
                      Mr.Boogiee
                      replied to VYRNACH GAMING on last edited by
                      #20

                      VYRNACH GAMING found a fix?

                      1 Reply Last reply
                      0

                      • Login

                      • Don't have an account? Register

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