Added message to reciver...

when the target player doesn't have enough money to pay the bill
This commit is contained in:
ElPumpo
2018-02-22 17:37:15 +01:00
parent 2cd9cd1d6d
commit 93daf17c9a
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
Locales['en'] = {
['invoices'] = 'invoices',
['received_invoice'] = 'you have just ~r~received~s~ an invoice',
['paid_invoice'] = 'you ~g~paid~s~ an invoice of ~r~$',
['received_payment'] = 'you ~g~received~s~ a payment of ~r~$',
['player_not_logged'] = 'the player is not logged in',
['no_money'] = 'you do not have enough money to pay this bill',
['target_no_money'] = 'The player ~r~does not~w~ have enough money to pay the bill!'
}