Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

v2.23.0

Choose a tag to compare

@github-actions github-actions released this 07 Feb 03:53
· 696 commits to main since this release

Features

  • client/shops: support for shop peds (Linden)
  • shared: remove ammo from weapons (Linden)
  • client: getCurrentWeapon export (Linden)

Bug Fixes

  • client: actually update current weapon ammo on unload (Linden)
  • client: send value to removeAmmo nuicb (Linden)
  • server/inventory: don't disarm player on weapon break (Linden)
  • client: sync currentWeapon.metadata when updating slots (Linden)
  • client: client-side durability calculation (Linden)
  • client: sync ammo when autoreload fails (Linden)
  • client: correction to opening player inventory (Linden)

Code Refactoring

  • client: include warning about nuifocus when opening inventory (Linden)
  • server/inventory: UpdateVehicle tweaks (Linden)
  • shared/items: cash alias for money (Linden)
  • web/typings: add ammoName to ItemData (Linden)
  • web/SlotTooltip: include ammo type (Linden)
  • client: send ammoname to ui, adjust locales (Linden)
  • shared: use callback event for ammo removal (Linden)
  • client: reduce weapon timer (Linden)
  • web: memoize item data and remove early return (Luke)
  • client: return on net events triggered by the client (Linden)
  • client: check coords when opening player inventory (Linden)

Chores

  • locales/en: ammo_type (Linden)
  • locales/en: ui_remove_ammo (Linden)