mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2026-08-15 13:04:50 +00:00
Update joinclaim.py
This commit is contained in:
parent
0c875d725b
commit
22c24506dd
1 changed files with 4 additions and 4 deletions
8
dist/ba_root/mods/tools/joinclaim.py
vendored
8
dist/ba_root/mods/tools/joinclaim.py
vendored
|
|
@ -25,13 +25,13 @@ def join_claim(name, clid, accountid):
|
|||
customers[accountid] = {'name': name, 'expiry': expiry.strftime('%d-%m-%Y %H:%M:%S')}
|
||||
|
||||
if coin_claim == 50:
|
||||
message = f"Congratulations,{name}You've claimed..! {coin_claim}{tic}.\n"
|
||||
message = f"Congratulations,{name} You've claimed..! {coin_claim}{tic}.\n"
|
||||
elif coin_claim == 60:
|
||||
message = f"Wow, {name}You've claimed {coin_claim}{tic}.Nice..! \n"
|
||||
message = f"Wow, {name} You've claimed {coin_claim}{tic}.Nice..! \n"
|
||||
elif coin_claim == 70:
|
||||
message = f"Incredible,{name}!You've claimed {coin_claim}{tic}.\n"
|
||||
message = f"Incredible,{name}! You've claimed {coin_claim}{tic}.\n"
|
||||
elif coin_claim == 80:
|
||||
message = f"{name},you're on fire..! You've claimed {coin_claim}{tic}.\n"
|
||||
message = f"{name}, you're on fire..! You've claimed {coin_claim}{tic}.\n"
|
||||
|
||||
cc.addcoins(accountid, coin_claim)
|
||||
sendchatclid(message, clid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue