Added /setaccountmoney command, closes #558

This commit is contained in:
ElPumpo
2020-03-24 10:57:25 +01:00
parent d41b9a7d90
commit 8a6579fd7e
9 changed files with 28 additions and 0 deletions
+2
View File
@@ -80,6 +80,8 @@ Locales['pl'] = {
['command_giveweaponcomponent_missingweapon'] = 'player does not have that weapon',
['command_save'] = 'save a player to database',
['command_saveall'] = 'save all players to database',
['command_setaccountmoney'] = 'set account money for a player',
['command_setaccountmoney_amount'] = 'amount of money to set',
['command_setcoords'] = 'teleport to coordinates',
['command_setcoords_x'] = 'x axis',
['command_setcoords_y'] = 'y axis',