Jump to content

Wipe

Member
  • Posts

    2
  • Joined

  • Last visited

Wipe's Achievements

  1. https://steamcommunity.com/sharedfiles/filedetails/?id=2717537879 https://cdn.discordapp.com/attachments/673974184564490270/931027369920188496/nothing_is_hardcoded.webm Not exactly what you want, i know, but it already works.
  2. PZ v41.65 ISVehicleMenu.lua:598 Vehicle context menu->"[DEBUG] Vehicle"->"Reload Vehicle Textures" does not work properly for vehicles not using "Base" module. reloadVehicleTextures() fails to find vehicle, and claims it doesn't exists, due to this line... vehicleMenu:addOption("Reload Vehicle Textures", vehicle:getScript():getName(), reloadVehicleTextures) ...which should be vehicleMenu:addOption("Reload Vehicle Textures", vehicle:getScript():getFullName(), reloadVehicleTextures)
×
×
  • Create New...