[ZM] Universal bank for server and custom games
-
OK thank you !
-
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.
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; }
-
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 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.
-
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.
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?
-
does this work for anyone else? My points do not seem to persist between shutdowns of the game
VYRNACH GAMING found a fix?
-
undefined CrissJ0 referenced this topic on
-
hi sir, do you have latest realease uncompiled ? i want to make more bank box to make max bank better