mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
'Throwing' update, see desc, resolves #19
- proper i18n strings for dropping accounts, money, standard and weapons - check if the player has the weapon - workaround for duplicating weapon ammo when dropping weapon with 0 ammo - removed throw delay - code cleanup
This commit is contained in:
+5
-3
@@ -30,9 +30,11 @@ Locales['pl'] = {
|
||||
['ex_inv_lim'] = 'akcja nie jest możliwa, nie możesz mieć więcej ~y~%s~s~',
|
||||
['imp_invalid_quantity'] = 'akcja jest niemożliwa, nieprawidłowa ilość',
|
||||
['imp_invalid_amount'] = 'akcja jest niemożliwa, nieprawidłowa kwota',
|
||||
['delete_five_min'] = 'przedmiot zostanie ~r~usunięty~s~ za 5 minut',
|
||||
['threw'] = '~r~upuściłeś~s~',
|
||||
['threw_weapon'] = '~r~Upuściłeś~s~ ~y~1x~s~ ~b~%s~s~ z ~o~%sx~s~ pociskami!',
|
||||
['threw_standard'] = 'you threw ~y~%sx~s~ ~b~%s~s~',
|
||||
['threw_money'] = 'you threw ~r~$%s~s~ ~b~cash~s~',
|
||||
['threw_account'] = 'you threw ~r~$%s~s~ ~b~%s~s~',
|
||||
['threw_weapon'] = 'you threw ~y~1x~s~ ~b~%s~s~',
|
||||
['threw_weapon_ammo'] = 'you threw ~y~1x~s~ ~b~%s~s~ with ~o~%sx~s~ bullets',
|
||||
-- Salary related
|
||||
['received_salary'] = 'otrzymałeś wynagrodzenie: ~g~%s$~s~',
|
||||
['received_help'] = 'otrzymałem zapomogę: ~g~$%s~s~',
|
||||
|
||||
Reference in New Issue
Block a user