[ZM] Universal bank for server and custom games
-
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.
-
cool ! Thank you very much for sharing ..! I'm going to try it right now!
-
a question ..
I have seen on other servers that they use commands like ".d all"... or ".d ammo"... I think they wrote those commands like this... do you know where I can download those scripts? -
I have alwats wanted to try this mod without the need of joining foreign servers and lag. Now I don't need to lag ever again! Thank You
-
@Snoopy__ This mod support .d all and .w all. I don't know anything about the ammo version.
-
JezuzLizard ey bro haz el tutorial la verdad soy nuevo y esta bueno el mod
-
JezuzLizard said in [ZM] Universal bank for server and custom games:
If you find any bugs while using the mod please report them in this thread.
I received this error when loading the map [origins].
-
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.
-
JezuzLizard ho .. ok thank you very much for answering .. this is very good ..! ..
-
one more question .. sorry it's not your way ..
many times the server is closed or remains open but it is impossible to join it .. that is .. it appears in the list of servers but when trying to join it remains in .."waiting for connection 1,2,3,4..."create a thread asking and a user replied that I have to start the server daily due to ram consumption... but that didn't solve it... you don't know what it could be? I'm with these scripts..and this is my "dedicated_zm.cfg " ..
https://drive.google.com/file/d/1qvoVIzx7N_FQ6XJ_r0WJzGbnZUIREy5K/view?usp=sharing
I have two servers running from the same folder... I mean... the "MP" server shares the same folder as the "ZM" server... could that be the problem?... I don't have space for now... that's why I don't try to run it from a separate folder..
obviously you don't have to look at all that... if you don't want to help me, I'll understand... and I'll create a thread for this topic... I'm asking you because you seem to know...
-
@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.
-
OK thank you !
-
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; }
-
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.
-
JezuzLizard Do you have more scripts you made?
-
Does this happen to work in bo1 as well?
-
how to install it
-
does this work for anyone else? My points do not seem to persist between shutdowns of the game
-
it works, but why do i have 14 million?
-
VYRNACH GAMING found a fix?