Skip to content

Releases: Dyztiny-Project/DyzCarSystem

v1.1.0 fix health bar, aircraft speed cap, configurable seatbelt label

02 May 12:47

Choose a tag to compare

Health bar now clamps to [0, 100] and combines body + engine health, so it actually reaches 0 when the vehicle is destroyed (#2).
Aircraft and boats no longer get the ground-vehicle HUD or speed limiter. Fixes the Hydra being capped to ~22 km/h and prevents the HUD from showing while flying (#5, #15).
The seatbelt key prompt is now driven by Config['seatbeltLabel'] and pushed to the NUI via a new setLabels event on vehicle entry. Rebinding the seatbelt key no longer requires editing index.html (#8).

v1.0.3

14 Mar 00:37
75602a7

Choose a tag to compare

Adding new function to toggle location (b6f2989)

v1.0.2

04 Mar 18:30
da07be9

Choose a tag to compare

Fixed bug and Improve performance.

  • Fix vehicle health is not zero when it's dead. (9cca549)
  • Removed unnecessary calculations (f5b252f)

v1.0.1

15 Jan 21:04
fe70f61

Choose a tag to compare

Fix bug about AirBag.

v1.0.0

30 Nov 05:19
910f7ac

Choose a tag to compare

First release that fix bugs and performance improvement.