diff --git a/client.lua b/client.lua index 3bc9abec97..15a2628ec0 100644 --- a/client.lua +++ b/client.lua @@ -1658,6 +1658,8 @@ end RegisterNUICallback('giveItem', function(data, cb) cb(1) + if usingItem then return end + if client.giveplayerlist then local nearbyPlayers = lib.getNearbyPlayers(GetEntityCoords(playerPed), 3.0) local nearbyCount = #nearbyPlayers