Files
esx_core/locales/sv.lua
T
ElPumpo b12d6c139f Fixed exploit: negative bills
Sending negative bills gives the target player money! This adds a simple check to see if the bill is a negative value.
2018-02-22 18:36:14 +01:00

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!'
}