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['de'] = {
|
||||
['ex_inv_lim'] = 'aktion nicht möglich, Inventarlimit überschritten für ~y~%s~s~',
|
||||
['imp_invalid_quantity'] = 'aktion nicht möglich, ungültige Anzahl',
|
||||
['imp_invalid_amount'] = 'aktion nicht möglich, ungültiger Betrag',
|
||||
['delete_five_min'] = 'item wird in ~y~fünf Minuten~s~ ~r~gelöscht~s~',
|
||||
['threw'] = 'du ~r~wirfst weg~s~',
|
||||
['threw_weapon'] = 'du hast ~y~1x~s~ ~b~%s~s~ mit ~o~%sx~s~ Schuss ~r~fallengelassen~s~!',
|
||||
['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'] = 'du hast dein Gehalt erhalten: ~g~$%s~s~',
|
||||
['received_help'] = 'du hast deine Sozialhilfe erhalten.: ~g~$%s~s~',
|
||||
|
||||
Reference in New Issue
Block a user