[Developing][Opinions] Reworked Bank robbery + difficulty and fun

if you did it with the pacific you only need repeat the same getting the object near with name “V_ILEV_GB_VAULDR” and rotate it to emulate is open.

local obs, distance = ESX.Game.GetClosestObject('V_ILEV_GB_VAULDR', GetEntityCoords(GetPlayerPed(-1)))
local rotation = GetEntityHeading(obs) + 70 --degrees of it is facing
SetEntityHeading(obs, rotation) -- set the new facing