LYRYCAL

Results 2 comments of LYRYCAL

> Alter line 650 in functions.lua so that it shows tonumber(doorIndex) instead of just doorindex. > > Old/Busted: SetVehicleDoorBroken(vehicle, doorIndex, true) New/Not Busted: SetVehicleDoorBroken(vehicle, tonumber(doorIndex), true) this is what happen...

> https://github.com/Prime-Script/prime-vangelico/blob/eef7e782994d7a4f4cc585295db6ead3370b8b2a/server/main.lua#L111 > > Anyone with lua executor can just do `TriggerServerEvent('qb-jewellery:server:vitrineReward')` to get loot Have you found solutions for this problem?