Explore the top-rated FiveM scripts & mods for your server. Upgrade your server with our premium resources. For ESX, QBCore and standalone servers
Upgrade your GTA V or RDR 2 server with premium FiveM and RedM mods, scripts, and resources available exclusively at FiveM Store.
local vehicle = GetVehiclePedIsIn(PlayerPedId()) local plate = QBCore.Functions.GetPlate(vehicle) TriggerEvent('mh-vehiclekeyitem:client:DeleteKey', plate)To check if you have the key item, you can use this in your own vehicle key scriptlocal vehicle = GetVehiclePedIsIn(PlayerPedId()) ...