[HELP] Unable to pick up dropped items

Hey there,

I don’t what caused this but, for the last week people are unable to pick up the items that are dropped on the floor. Any ideas?

1 Like

anyone?

You can fix that ? I need help with a same problem

same problem

1 Like

replace the es_extended :black_heart:

1 Like

add this to es_extended\client

RegisterNetEvent(‘esx:removePickup’)

AddEventHandler(‘esx:removePickup’, function(id)

local pickup = pickups[id]

if pickup and pickup.object then

    ESX.Game.DeleteObject(pickup.object)

    if pickup.type == 'item_weapon' then

        RemoveWeaponAsset(pickup.name)

    else

        SetModelAsNoLongerNeeded(Config.DefaultPickupModel)

    end

    pickup.deleteNow = true

end

end)

hey how do make that prop on your inventory i use ox_inventory