mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
b12d6c139f
Sending negative bills gives the target player money! This adds a simple check to see if the bill is a negative value.
11 lines
499 B
Lua
11 lines
499 B
Lua
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!',
|
|
['negative_bill'] = 'You cannot send negative bills!'
|
|
}
|