Skip to content

[Release] vMenu v1.2.0

Compare
Choose a tag to compare
@TomGrobbe TomGrobbe released this 07 Sep 22:16
· 907 commits to master since this release

edit:

for people having trouble with player blips & drawing gps routes to players, replace the file inside this zip:
https://www.vespura.com/hi/i/vMenuClient.net.zip

vMenu v1.2.0

Most important changes

  • (multiple commits) Added player blips! (note, this is still a work in progress! It might not be 100% 🐛 -free!)
  • cec725b Fixed a resolutions bug in NativeUI.
  • 829ba7f Fixed issue #109.
  • 886d1bc Added missing permissions node for vehicle 'flash highbeams on honk' option.
  • ec7fed0 Changed the order/layout of some menus.
  • 4ee8b66 Changed some descriptions and other text strings.
  • 598a435 Improved readability and removed some clutter/messy things.
  • 91eba95 Finally removed the default "adder" text inside the textbox when spawning a vehicle by name. It's now empty whenever you want to spawn a vehicle, meaning you can start typing right away.
  • bb21065
    Saved vehicles can now be spawned even with the "Vehicle Spawner" menu "disabled" (no permissions) as long as the saved vehicle belongs in a vehicle class that has been allowed.
    For example. If you do not give players access to the vehiclespawner menu, but you still want them to be able to spawn saved vehicles from the "offroad" class, simply give them the "vMenu.VehicleSpawner.OffRoad" permission and they'll still be able to spawn that vehicle using the saved vehicles menu.
  • 24957c6
    Maybe fix some tempbanning issues, not sure. (see also: bc4ea4c)
  • 9273b46 Completely changed the 'set waypoint to player' feature, it's now a live-route instead of a the old waypoint system.
  • 0eb208c Fixed bug that caused vMenu to freeze/crash when spawning a vehicle from the 'trains' category.
  • 804cbb7 Add permission node to the "connection options" menu in misc settings.

New permission nodes

  • vMenu.WeaponOptions.SpawnByName Allows players to spawn any vehicle by name.
  • vMenu.VehicleOptions.FlashHighbeamsOnHonk Allows players to use the "Flash Highbeams on Honk" feature.
  • vMenu.MiscSettings.PlayerBlips Allows players to enable player blips on the map.
  • vMenu.MiscSettings.ConnectionMenu Allows players to use the "Connection Options" submenu inside the "Misc Settings" menu.