mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2025-11-07 17:36:08 +00:00
bug fixes and added Anti-betray-system
This commit is contained in:
parent
4cdab91bc8
commit
1c978ddcab
366 changed files with 2972 additions and 1043 deletions
|
|
@ -90,7 +90,7 @@ def addcoins(accountid: str, amount: int):
|
|||
f.write(json.dumps(bank))
|
||||
if amount > 0:
|
||||
ba.playsound(ba.getsound("cashRegister"))
|
||||
print('Transaction successful')
|
||||
#print('Transaction successful')
|
||||
|
||||
def addcoin(accountid: str, amount: int):
|
||||
if os.path.exists(BANK_PATH):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue