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
523 B
Lua
11 lines
523 B
Lua
Locales['sv'] = {
|
|
['invoices'] = 'räkningar',
|
|
['received_invoice'] = 'du har ~y~mottagit~s~ en räkning',
|
|
['paid_invoice'] = 'du ~y~betalade~w~ precis en räkning på ~g~$',
|
|
['received_payment'] = 'du har ~y~mottagit~w~ en räkning på ~g~$',
|
|
['player_not_logged'] = 'spelaren är inte online',
|
|
['no_money'] = 'du har ~r~inte råd~w~ för att kunna betala räkningen',
|
|
['target_no_money'] = 'Spelaren har ~r~inte råd~w~ för att betala räkningen',
|
|
['negative_bill'] = 'Du kan inte skicka negativa räkningar!'
|
|
}
|