Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

2.7.0

Compare
Choose a tag to compare
@LukeWasTakenn LukeWasTakenn released this 15 May 10:46
· 29 commits to master since this release

This release is mainly focused on the inclusion of ox_lib, which will hopefully allow me to support QBCore in the near future.

Features

  • Support multiple jobs and job grades for garages
  • New context menus utilizing ox_lib
  • German locales (Thanks @cranksome)
  • New config option - teleport into vehicle on spawn (Thanks @StuxxyOfficial)

Bug fixes

Refactor

  • Now using ox_lib callbacks instead of ESX
  • Now using ox_lib vehicle property functions instead of ESX
  • Now using ox_lib model streaming instead of ESX
  • Now using ox_lib version check instead of my included one
  • Rewrote and simplified a lot of the code around menus
  • Function names should now be consistent across the resource
  • Removed unused config options
  • Removed health column from sql as ox_lib already includes this
  • Using i loops where applicable instead of key, value pair loops

Chores

  • License now included in the readme
  • Updated readme information

Notes

If you are still experiencing vehicle props not applying properly, please try turning on the new config option to teleport into the vehicle upon spawning and see if that fixes it for you, feedback if it does or does not would be very welcome.