Skip to content

[Release] vMenu v3.5.0

Compare
Choose a tag to compare
@TomGrobbe TomGrobbe released this 04 Dec 20:35

vMenu v3.5.0 (December 4 2021)

Thanks for all the community provided pull requests ❤️! It's great to see that people are still interested in keeping this resource up to date.
This update contains mainly bug fixes and performance improvements, as well as the latest DLC vehicles.

Changes

  • Fix: Default Radio Station typo (PR #256).
  • Fix: Various permission bugs regarding staff only mode. This was caused by some performance improvements I've made in the past, in combination with server owners who setup their permissions in a way that non-staff players still had access to some of the menu's functions, but weren't allowed to access it because of their missing staff permission. This caused some tick functions to crash, resulting in a severe loss of performance. Note: None of this resulted in players being able to access things they shouldn't have access to. It just caused crashes and performance issues.
  • Fix: Some internal calls weren't awaited when spawning vehicles.
  • Fix: Fix instructional buttons not scaling to >16:9 resolutions (PR #259).
  • Fix: Use correct female inheritance for MP peds (PR #261).
  • Fix: Fix faraway spectate teleporting/GPS routes (PR #262).
  • Improvement: Improve performance for players that aren't allowed to use vMenu at all (ie with the staff only setting). Instead of 0.3-0.4ms it should now idle around 0.1ms for those people.
  • Improvement: Updated server/client dependencies again, it's been a while!
  • New: Add missing DLC vehicles (PR #258).
  • New: Add confirmation prompt for replacing saved vehicle (PR #263).
  • Removed: Remove SetClockDate(). This function recently started to cause issues due to a GTA V bug. For some people this caused massive FPS drops, this change should solve that. More info here.