Name: Add Funds From Discord
Usage: /bankadd {player name or steamid} {amount of currency to send}
Type: Discord Public Chat
Conditionals: STARTSWITH:/bankadd
Script:
.BANKMODIFY:{1},{2}
.BANKBALANCE:{1}
.DSAY:{1} has been given {2} Zombucks and their balance is {bank_balance}.
sayplayer {1} "[00FF00] You have been given {2} Zombucks from {discord_author} and your balance is {bank_balance}."
This works great since the player killed zombie event is not functioning right now and you don't have to be in game to use it. I use this multiple times a day to update the players currency on both my servers.
If you use this and you have a discord chat to game going, make sure to use STARTSWITH:. (use whatever starting punctuation you want except the / as you are using that for the admin commands) in the discord to game chat so that the admin commands don't spam the in game chat. Thanks Ciro!
Usage: /bankadd {player name or steamid} {amount of currency to send}
Type: Discord Public Chat
Conditionals: STARTSWITH:/bankadd
Script:
.BANKMODIFY:{1},{2}
.BANKBALANCE:{1}
.DSAY:{1} has been given {2} Zombucks and their balance is {bank_balance}.
sayplayer {1} "[00FF00] You have been given {2} Zombucks from {discord_author} and your balance is {bank_balance}."
This works great since the player killed zombie event is not functioning right now and you don't have to be in game to use it. I use this multiple times a day to update the players currency on both my servers.
If you use this and you have a discord chat to game going, make sure to use STARTSWITH:. (use whatever starting punctuation you want except the / as you are using that for the admin commands) in the discord to game chat so that the admin commands don't spam the in game chat. Thanks Ciro!
Last edited: