[ZM] Universal bank for server and custom games
-
@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?